You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jaesang Kim (JIRA)" <ji...@apache.org> on 2014/04/11 06:28:17 UTC

[jira] [Created] (THRIFT-2460) uninitialized socket fd must be less than zero.

Jaesang Kim created THRIFT-2460:
-----------------------------------

             Summary: uninitialized socket fd must be less than zero.
                 Key: THRIFT-2460
                 URL: https://issues.apache.org/jira/browse/THRIFT-2460
             Project: Thrift
          Issue Type: Bug
          Components: C glib - Library
    Affects Versions: 0.9.1
            Reporter: Jaesang Kim


ThriftSocket->sd is 0 when initialized.
But socket() function return a fd number greater than *equal* 0.
So, ThriftSocket->sd must be less than 0.



--
This message was sent by Atlassian JIRA
(v6.2#6252)