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:21:43 +0000 (12:21 +0100)
commit1c70c783af31d42f2dc1fc81c4759e87f9ea8f31
tree01fc6e806651f9819f70340ed24e5e8b749f6b1f
parent9dff24e43a20e713f4a3fdcb35b8f1de02f0baae
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>
(cherry picked from commit 344c271eb339fc2982e9a3584a94e51112d84584)
crypto/x509v3/v3_utl.c