if realloc failed, BIO_accept would leak memory and return NULL, causing
authortedu <tedu@openbsd.org>
Wed, 23 Apr 2014 20:21:23 +0000 (20:21 +0000)
committertedu <tedu@openbsd.org>
Wed, 23 Apr 2014 20:21:23 +0000 (20:21 +0000)
commit3b95b7506c29f5d0c05e35452e7a339f72bf3d25
tree685980e3c0cfe5795923ac9fcd4c5ce2556be36d
parent3ad3376d9d98305fdef778fa202fbe5e31af0bb4
if realloc failed, BIO_accept would leak memory and return NULL, causing
caller to crash. Fix leak and return an error instead. from Chad Loder
lib/libcrypto/bio/b_sock.c
lib/libssl/src/crypto/bio/b_sock.c