Amit Chopra <[EMAIL PROTECTED]>:

>   I had reported some leaks some time back, but got no response from the
> mailing list.
> 
> OpenSSL 0.9.4 leaks 332 bytes for ERR_STATE struct allocated while doing
> SSL_read.

> ERR_get_state  [err.c:561]
>              =>         ret=(ERR_STATE *)Malloc(sizeof(ERR_STATE));

> It also leaks 12 bytes allocated for an LHASH_NODE in SSL_read .

> lh_insert      [lhash.c:196]
> ((nn=(LHASH_NODE*)Malloc(sizeof(LHASH_NODE)))                             

> Are these the leaks in question ? I still havent found a way to fix
> them.

Please try the latest snapshost.  If your program calls
ERR_remove_state(0) before exiting, there should be no
such leaks now.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to