[ 
https://issues.apache.org/jira/browse/THRIFT-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15551616#comment-15551616
 ] 

ASF GitHub Bot commented on THRIFT-3943:
----------------------------------------

Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/1109
  
    I backed out the delete _xcception change in the compiler (1174563 - memory 
leak in compiler class handling functions), we'll see if that was the culprit.


> Coverity Scan identified some high severity defects
> ---------------------------------------------------
>
>                 Key: THRIFT-3943
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3943
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library, Lua - Library
>    Affects Versions: 0.9.3
>         Environment: https://scan.coverity.com/projects/thrift
>            Reporter: James E. King, III
>            Assignee: James E. King, III
>            Priority: Critical
>
> Coverity Scan identified 9 issues of high severity.
> I dismissed 4 of them as false positives; coverity lost track of the handling 
> of socket file descriptors across multiple layers of calls; this left 5 
> issues:
> 1295822 - memory leak in ThreadFactoryTests
> 1216842 - uninitialized rfds fd_set is passed to select if mode is not 
> WAIT_MODE_C (R+W)
> 1216841 - uninitialized wfds fd_set is passed to select if mode is not 
> WAIT_MODE_C (R+W)
> 1216840 - getsockname is always passed uninitialized addrlen
> 1174563 - memory leak in compiler class handling functions



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

Reply via email to