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:19:54 +0000 (12:19 +0100)
commit833518cf0e1e5224383a45cc68c8bb9c3a60865c
tree927e1a2333b309a2cb59af5bad3c16bb97c47a22
parent8a73e3a0e8ba5360c6e2e4296f0d1bb2ff201038
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