CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/03 11:07:29
Modified files:
lib/libssl/src/crypto/bio: bss_dgram.c
Log message:
Fix incorrect OPENSSL_assert() usage.
Instead of asserting, return an error code for I/O errors. This is based
on OpenSSL commit 2521fcd8527008ceb3e4748f95b0ed4e2d70cfef. Added checks
for two calloc()s while I'm here.
ok miod@
