Hi, I've noticed that there is a memory leak in dsa_sign.c The BN* kinv is not being freed before the function exits; inserting the line BN_clear_free(kinv); at line 128 of dsa_sign.c (at t'bottom of function DSA_do_sign()) fixes it. Chad. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- Re: Buglet in dsa_sign.c Anonymous
- Re: Buglet in dsa_sign.c Bodo Moeller
- Re: Buglet in dsa_sign.c Anonymous
- Re: Buglet in dsa_sign.c Bodo Moeller
- Re: Buglet in dsa_sign.c Chad C. Mulligan
- Re: Buglet in dsa_sign.c Bodo Moeller