GitHub user dcristoloveanu opened a pull request:

    https://github.com/apache/qpid-proton/pull/39

    Fix 2 Code Analysis warnings and a realloc leak/result not checked

    -Fix 2 Code Analysis warnings in iocp.c
    -Fix one realloc leak and the fact that the realloc result was not checked. 
This rippled through codec.c as more functions needed to have error checking. 
Also, more fixes regarding return values being checked need to be done 
throughout message.c, transport.c, etc., but the amount of changes is 
significant, so it needs to be done in several chunks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dcristoloveanu/qpid-proton FixCodeAnalysis

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-proton/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #39
    
----
commit 7d7ac1be633cc8cfd3a69cbf36112a97a9b836e2
Author: dcristoloveanu <dcri...@microsoft.com>
Date:   2015-06-19T22:46:09Z

    -Fix 2 Code Analysis warnings in iocp.c
    -Fix one realloc leak and the fact that the realloc result was not checked. 
This rippled through codec.c as more functions needed to have error checking. 
Also, more fixes regarding return values being checked need to be done 
throughout message.c, transport.c, etc., but the amount of changes is 
significant, so it needs to be done in several chunks.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to