You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2017/01/22 12:25:27 UTC

[jira] [Resolved] (THRIFT-4038) socket check: checking an unsigned number against >= 0 never fails

     [ https://issues.apache.org/jira/browse/THRIFT-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer resolved THRIFT-4038.
--------------------------------
       Resolution: Fixed
         Assignee: Jens Geyer
    Fix Version/s: 0.11.0

Committed.

> socket check: checking an unsigned number against >= 0 never fails
> ------------------------------------------------------------------
>
>                 Key: THRIFT-4038
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4038
>             Project: Thrift
>          Issue Type: Bug
>         Environment: Windows
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>             Fix For: 0.11.0
>
>
> The  SOCKET  type is defined as a unsigned number in windows, the  evutil_socket_t  variables are always large than zero, therefore the condition not work well here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)