Revision 396e30044910df29b81a416de42a94eb4355cd70 authored by Matt Caswell on 11 August 2015, 18:38:39 UTC, committed by Matt Caswell on 11 August 2015, 21:27:05 UTC
When config'd with "sctp" running "make test" causes a seg fault. This is
actually due to the way ssltest works - it dives under the covers and frees
up BIOs manually and so some BIOs are NULL when the SCTP code does not
expect it. The simplest fix is just to add some sanity checks to make sure
the BIOs aren't NULL before we use them.

This problem occurs in master and 1.0.2. The fix has also been applied to
1.0.1 to keep the code in sync.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit f75d5171be0b3b5419c8974133e1573cf976a8bb)
1 parent 402634f
History
File Mode Size
MS -rw-r--r-- 166 bytes
SSLv3 -rw-r--r-- 2.4 KB
alpha.c -rw-r--r-- 3.7 KB
dggccbug.c -rw-r--r-- 962 bytes
sgiccbug.c -rw-r--r-- 1.4 KB
sslref.dif -rw-r--r-- 1.1 KB
stream.c -rw-r--r-- 4.7 KB
ultrixcc.c -rw-r--r-- 666 bytes

back to top