Displaying 1 result from an estimated 1 matches for "bn_print".
Did you mean:
b_print
2000 Oct 01
0
OpenSSH-2.2.0p1 cores in openssl-0.9.6's bn_print.c
The bug is pretty simple: bn_print.c in openssl-0.9.6's crypto lib
says you must use OPENSSL_free on the return value from Bn_bn2dec, yet
key.c simply calls free on the buffer.
I changed it, but it didn't fix the problem I'm seeing. I don't know
if what I'm seeing is a known bug (didn't see it anywhere on t...