Fix use of NULL memory pointer in X509_VERIFY_PARAM_new in the event of a
authorMatt Caswell <matt@openssl.org>
Thu, 4 Dec 2014 10:18:40 +0000 (10:18 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 12 Dec 2014 23:52:41 +0000 (23:52 +0000)
commitaf8a66d10d320b614a60493c94cf5995a3639f87
tree3922013132889b43babd961fd4c097e6b3dd1c48
parentec5c25b3b46078de5af092b67916140fa9ca147b
Fix use of NULL memory pointer in X509_VERIFY_PARAM_new in the event of a
malloc failure.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
(cherry picked from commit c6a84ff3516d8ecd92d866b6f0ae0d63df6d9c53)
crypto/x509/x509_vpm.c