Displaying 3 results from an estimated 3 matches for "bn_bn2dec".
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 the web
site).
I get a core dump when trying to connect to another machine. It cores
in BN_bn2dec in...
2004 Feb 12
1
OpenSSH_3.7.1p2 Floating point exception on Opteron
...received signal SIGFPE, Arithmetic exception
0x0000002a95a0d58c in bn_div_words () from /usr/lib/libcrypto.so.0.9.7
(gdb) bt
#0 0x0000002a95a0d58c in bn_div_words () from /usr/lib/libcrypto.so.0.9.7
#1 0x0000002a95a0a905 in BN_div_word () from /usr/lib/libcrypto.so.0.9.7
#2 0x0000002a95a09a09 in BN_bn2dec () from /usr/lib/libcrypto.so.0.9.7
#3 0x000000000041ec59 in write_bignum (f=0x5567c0, num=0x8ac7230489e80000) at key.c:368
#4 0x000000000041f060 in key_write (key=0x556050, f=0x5567c0) at key.c:504
#5 0x0000000000418971 in add_host_to_hostfile (
I see a similar report at:
http://www.mindrot.or...
2001 Oct 20
8
Recent openssl is required for OPENSSL_free [Re: Please test snapshots for 3.0 release] (fwd)
No response yet, so resending.
--
Pekka Savola "Tell me of difficulties surmounted,
Netcore Oy not those you stumble over and fall"
Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
---------- Forwarded message ----------
Date: Fri, 12 Oct 2001 09:44:54 +0300 (EEST)
From: Pekka Savola <pekkas at netcore.fi>
To: Damien Miller