CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/23 14:21:23
Modified files:
lib/libssl/src/crypto/bio: b_sock.c
Log message:
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
