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 20:40:38 +0000 (20:40 +0000)
commit1b4a8df38fc9ab3c089ca5765075ee53ec5bd66a
treef84fc1fa0f8a9d32695f8945ced3331aacaeb088
parent6d4655c27e4bc582836ae37accdb82833d6ddd00
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