CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2010/04/20 17:01:29

Modified files:
        lib/libssl/src/apps: s_client.c 

Log message:
The openssl command line tool treats the non-null terminated buffer
"mbuf" as a C string when using the pop3 s_client feature. This causes
a segmentation fault with malloc.conf option "J" set when BIO_printf()
runs off the end of the buffer. The following patch fixes PR 6282
from Matthew Haub (asked to submit upstream), ok djm

Reply via email to