Re: Crash with null base64 input

2000-09-21 Thread Kris Kennaway
On Fri, 22 Sep 2000, Richard Levitte - VMS Whacker wrote: > From: Kris Kennaway <[EMAIL PROTECTED]> > > kris> Well, this is odd. I no longer get the crash on one of my machines after > kris> applying the patch, but I do on another after rebuilding everything in > kris> sight. If I copy the wor

Re: Crash with null base64 input

2000-09-21 Thread Richard Levitte - VMS Whacker
From: Kris Kennaway <[EMAIL PROTECTED]> kris> Well, this is odd. I no longer get the crash on one of my machines after kris> applying the patch, but I do on another after rebuilding everything in kris> sight. If I copy the working libcrypto.so to the other machine (FreeBSD kris> uses shared lib

Re: Crash with null base64 input

2000-09-21 Thread Kris Kennaway
On Mon, 18 Sep 2000, Richard Levitte - VMS Whacker wrote: > From: Kris Kennaway <[EMAIL PROTECTED]> > > kris> Could you give me a pointer to the patch? I'd like to fix this, and we > kris> won't be bringing 0.9.6 into 4.1-STABLE for a month or so. > > >http://www.openssl.org/source/cvs/crypto/

Re: Crash with null base64 input

2000-09-18 Thread Richard Levitte - VMS Whacker
From: Kris Kennaway <[EMAIL PROTECTED]> kris> Could you give me a pointer to the patch? I'd like to fix this, and we kris> won't be bringing 0.9.6 into 4.1-STABLE for a month or so. http://www.openssl.org/source/cvs/crypto/evp/encode.c.diff?r1=1.8&r2=1.9&hideattic=1&sortbydate=0 If that doesn't

Re: Crash with null base64 input

2000-09-17 Thread Kris Kennaway
On Sun, 17 Sep 2000, Richard Levitte - VMS Whacker wrote: > From: Kris Kennaway <[EMAIL PROTECTED]> > > kris> > kris> echo | openssl base64 > kris> > kris> Segmentation fault (core dumped) > [...] > kris> > Whee indeed. However, I can't reproduce it with the latest beta. > kris> > What version

Re: Crash with null base64 input

2000-09-17 Thread Richard Levitte - VMS Whacker
From: Kris Kennaway <[EMAIL PROTECTED]> kris> > kris> echo | openssl base64 kris> > kris> Segmentation fault (core dumped) [...] kris> > Whee indeed. However, I can't reproduce it with the latest beta. kris> > What version of OpenSSL did you use? kris> kris> 0.9.5a, the version included in Free

Re: Crash with null base64 input

2000-09-17 Thread Kris Kennaway
On Sun, 17 Sep 2000, Richard Levitte - VMS Whacker wrote: > From: Kris Kennaway <[EMAIL PROTECTED]> > > kris> echo | openssl base64 > kris> Segmentation fault (core dumped) > kris> > kris> (gdb) bt > [...] > kris> > kris> Whee! :-) > > Whee indeed. However, I can't reproduce it with the late

Re: Crash with null base64 input

2000-09-17 Thread Richard Levitte - VMS Whacker
From: Kris Kennaway <[EMAIL PROTECTED]> kris> echo | openssl base64 kris> Segmentation fault (core dumped) kris> kris> (gdb) bt [...] kris> kris> Whee! :-) Whee indeed. However, I can't reproduce it with the latest beta. What version of OpenSSL did you use? -- Richard Levitte \ Spannvägen

Crash with null base64 input

2000-09-16 Thread Kris Kennaway
echo | openssl base64 Segmentation fault (core dumped) (gdb) bt #0 0x2813707e in EVP_EncodeBlock () from /usr/lib/libcrypto.so.1 #1 0x28137001 in EVP_EncodeFinal () from /usr/lib/libcrypto.so.1 #2 0x280effe6 in BIO_f_base64 () from /usr/lib/libcrypto.so.1 #3 0x28145184 in BIO_ctrl () from /us