Memory leak in DSA_free() call in dsa_lib.c

Version :

openssl-0.9.6c. But the same exists in openssl-0.9.7b

Description :

method_mont_p member of DSA struct is not freed.

The call stack shows
dsa_do_sign->DSA_sign_setup->dsa_sign_setup->BN_MONT_CTX_new->CRYPTO_malloc->malloc 
- 72 bytes
dsa_sign_setup->BN_MONT_CTX_set->BN_copy->bn_expand2->CRYPTO_malloc->malloc 
- 132 bytes

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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

Reply via email to