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:46:20 +0000 (17:46 +0000)
commit89117535f1bb3ea72a17933b703271587d7aaf0b
tree4ad13d8a0ba06dc974ed7b927c518a205c7c6d26
parent08a2df480de1eae8d59ee4820257970f4158d912
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