aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.DJGPP
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-08-11 19:38:39 +0100
committerMatt Caswell <matt@openssl.org>2015-08-11 22:16:38 +0100
commitf75d5171be0b3b5419c8974133e1573cf976a8bb (patch)
treedbaee1a969f938843d5a21448e35d44609550ff5 /INSTALL.DJGPP
parentd8e8590ed90eba6ef651d09d77befb14f980de2c (diff)
downloadopenssl-f75d5171be0b3b5419c8974133e1573cf976a8bb.zip
openssl-f75d5171be0b3b5419c8974133e1573cf976a8bb.tar.gz
openssl-f75d5171be0b3b5419c8974133e1573cf976a8bb.tar.bz2
Fix "make test" seg fault with SCTP enabled
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>
Diffstat (limited to 'INSTALL.DJGPP')
0 files changed, 0 insertions, 0 deletions