CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/06/05 10:08:11
Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: ssl_sess_cert_new() can return NULL. Fix two cases where the return value is unchecked, which would result in a later null pointer dereference. While here, RSA_free, DH_free and EC_KEY_free all have implicit NULL checks, so avoid repeating them here. ok beck@