CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/28 07:07:47
Modified files:
lib/libssl/src/ssl: s3_clnt.c s3_enc.c ssl_lib.c
Log message:
EVP_MD_CTX_create() calls malloc and can return NULL. However, only one of
the calls in libssl actually checks the return value before using it. Add
NULL checks for the remaining three calls.
ok miod@
