[openssl-dev] [openssl.org #3198] [PATCH] Fix missing NULL pointer checks and memory leaks in crypto/asn1 files

Jonas Maebe via RT rt at openssl.org
Tue Dec 15 14:06:33 UTC 2015


On 10/06/14 21:48, Jonas Maebe via RT wrote:
> On 13/12/13 11:54, The default queue via RT wrote:
>
>> In attachment you can find 7 patches against git master (generated via git format-patch) to fix a number of memory leaks (in case of failures) and missing NULL pointer checks (generally for malloc results) for source files under crypto/asn1. I've tried to follow the coding conventions of the surrounding code.
>>
>> I have about 50 more similar patches to various other parts of OpenSSL, but I'll wait with submitting them in case you'd like something different about the way I'm grouping/formatting/splitting them.
>
> I've rebased those 7 patches and all of my other similar patches against
> current git HEAD and pushed them to a fork on github. I've created a
> pull request for them at https://github.com/openssl/openssl/pull/131

All of my patches have been applied or superseded by other patches in 
the mean time. I've created a pull request for the four remaining, 
relevant patches at https://github.com/openssl/openssl/pull/511


Jonas




More information about the openssl-dev mailing list