From: Tonu Samuel <[EMAIL PROTECTED]>

tonu> ssl: SSL_new(0x81f4650)
tonu> ssl: BIO_new_socket(8 ,0)
tonu> ssl: SSL_set_bio(0x8201688, 0x8201fa0 ,0x8201fa0)
[...]
tonu> ssl: SSL_free(0x8201688)
tonu> ssl: BIO_free(0x8201fa0)

Don't do BIO_free() on BIO's that you have handed over to an SSL*
(which you obviously do with SSL_set_bio()), SSL_free() does that for
you.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]
           Member of the OpenSSL development team

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to