search for: crypto_malloc_init

Displaying 1 result from an estimated 1 matches for "crypto_malloc_init".

2000 Oct 01
0
OpenSSH-2.2.0p1 cores in openssl-0.9.6's bn_print.c
...where on the web site). I get a core dump when trying to connect to another machine. It cores in BN_bn2dec in CRYPTO_malloc, all in openssl's cryptolib, but I think it's because openssh is not initiallizing the openssl malloc machine (there is a comment in the openssl source about calling CRYPTO_malloc_init, but it's in the SSLEAY CHANGES. . .). Just FYI: It's a sparc running Solaris 8. Will provide further details upon request, but the actual bug is not calling OPENSSL_free on the returned buffer from BN_bn2dec, which may or may not be excaserbating my coredumps. . . :-) Sean Kamath