You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Craig Robson (JIRA)" <ji...@apache.org> on 2011/06/08 23:21:59 UTC

[jira] [Created] (THRIFT-1201) getaddrinfo resource leak

getaddrinfo resource leak
-------------------------

                 Key: THRIFT-1201
                 URL: https://issues.apache.org/jira/browse/THRIFT-1201
             Project: Thrift
          Issue Type: Bug
          Components: C++ - Library
    Affects Versions: 0.6.1
            Reporter: Craig Robson
            Priority: Minor


TServerSocket::listen() calls getaddrinfo().  There are several ways exceptions can happen before freeaddrinfo() is called thus leaking the getaddrinfo result.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira