Re: [openssl-dev] [openssl.org #3985] [PATCH] Fix potential memory leaks

2015-09-03 Thread Alessandro Ghedini via RT
The corresponding GitHub pull request was merged, so this can be closed now.

Cheers


___
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl-dev] [openssl.org #3985] [PATCH] Fix potential memory leaks

2015-08-05 Thread Alessandro Ghedini via RT
Hello,

see GitHub pull request at
https://github.com/openssl/openssl/pull/354

which fixes memory leaks on error conditions in X509_add1_reject_object()
and PKCS7_verify().

Cheers

___
openssl-bugs-mod mailing list
openssl-bugs-...@openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod

___
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: [openssl-dev] [openssl.org #3985] [PATCH] Fix potential memory leaks

2015-08-05 Thread Alessandro Ghedini via RT
On Wed, Aug 05, 2015 at 11:01:13am +, Alessandro Ghedini via RT wrote:
 Hello,
 
 see GitHub pull request at
 https://github.com/openssl/openssl/pull/354
 
 which fixes memory leaks on error conditions in X509_add1_reject_object()
 and PKCS7_verify().

I also added a couple more patches fixing memory leaks in the test suite. Now
it's possible to run make test with GCC's address sanitizer, without any
errors.


___
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev