Fix a failure to NULL a pointer freed on error.
authorMatt Caswell <matt@openssl.org>
Mon, 9 Feb 2015 11:38:41 +0000 (11:38 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Feb 2015 17:13:07 +0000 (17:13 +0000)
commit9e442d485008046933cdc7da65080f436a4af089
tree57715058367b9f6316a51614e028b33f10079bf1
parent71ea6b4836a9ec40857f295e7cd00e04edc17e47
Fix a failure to NULL a pointer freed on error.

Inspired by BoringSSL commit 517073cd4b by Eric Roman <eroman@chromium.org>

CVE-2015-0209

Reviewed-by: Emilia Käsper <emilia@openssl.org>
crypto/ec/ec_asn1.c