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:50:24 +0000 (23:50 +0000)
commitc6a84ff3516d8ecd92d866b6f0ae0d63df6d9c53
tree53baca56ca9ecd08ec8b3bc938e0c1a900ffdf3c
parentb8b9bcb4587f6df315223ae18ec10ecdb5a9dab8
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>
crypto/x509/x509_vpm.c