Add missing NULL check in X509V3_parse_list()
authorKurt Cancemi <kurt@x64architecture.com>
Thu, 7 May 2015 20:12:33 +0000 (16:12 -0400)
committerMatt Caswell <matt@openssl.org>
Mon, 11 May 2015 11:15:28 +0000 (12:15 +0100)
commit344c271eb339fc2982e9a3584a94e51112d84584
tree338a0262a2537f7bab1139a70d4fd7f61c3d0ed9
parent7786005d0d30816fd3cd3ee4bad11bf520b1327a
Add missing NULL check in X509V3_parse_list()

Matt's note: I added a call to X509V3err to Kurt's original patch.

RT#3840

Signed-off-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/x509v3/v3_utl.c