Dr Stephen Henson <[EMAIL PROTECTED]>:
> Bodo Moeller:
>> [EMAIL PROTECTED]:
>>> VC6.0 detected memory leaks in the following code! And the code do
>>> only PEM_read_bio_PrivateKey()!!
>> You should free your OpenSSL objects (pKey, in) *before* freeing
>> the library-internal stuff (EVP_cleanup() etc.), I don't know
>> if it makes a difference in this specific case though.
> This may be a leak caused by OpenSSL not freeing up the error table in
> crypto/err.c in variable thread_hash.
Yes, that's it. I thought we had removed all such memory leaks
recently when someone else had used some external tool for detecting
leaks, but that apparently was just memory leaks in the OpenSSL memory
leak debugging code and not this remaining one in the error library.
A fix is on the way.
Zhang: Please try the next OpenSSL snapshot (to appear at
ftp://ftp.openssl.org/snapshot on April 30, around 19:00 UTC or so).
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]