Fix some malloc failure crashes on X509_STORE_CTX_set_ex_data
authorFdaSilvaYY <fdasilvayy@gmail.com>
Sat, 13 Feb 2016 18:01:14 +0000 (19:01 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 23 May 2016 12:42:37 +0000 (13:42 +0100)
commita98810bfac37a77750592611bb9f5a22e4634692
treebabddb6ee6ef2cc310e467063b6ca312bfa2f499
parent11ed851db0c49f9fdd534fbd8a2791266f32c5b8
Fix some malloc failure crashes on X509_STORE_CTX_set_ex_data

from BoringSSL 306ece31bcaaed49e0240a2e5555f8901ebb2d45

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/ssl_cert.c