There are still a few memory leaks that can't be cleaned up without
modifying openssl. It is only a few bytes, but they're real. Tee development
team has said they are aware of it (check the archives) but it is a
relatively low priority item.

======================
Greg Stark
[EMAIL PROTECTED]
======================

----- Original Message -----
From: "White Jack" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 04, 2001 11:21 PM
Subject: memory leaks


> hi,
> I used following codes to exit ssl,
> SSL_shutdown (gssl);  /* send SSL/TLS close_notify */
> SSL_CTX_free(gssl->ctx);
> SSL_free (gssl);
> gssl=NULL;
> ERR_remove_state(0);
> ERR_free_strings();
> EVP_cleanup();
> CRYPTO_mem_leaks_cb(PrintmemLeak);
> and CRYPTO_mem_leaks_cb output nothing ,I think that means no memory
leaks.
> But I used MSVC+Boundchecker to test,it told me there are still memory
> leaks.
> Is there anything I missed?
> Any help is appreciated.
>
> _________________________________________________________________
> 您可以在 MSN Hotmail 站点 http://www.hotmail.com/cn 免费收发电子邮件
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to