]> git.ipfire.org Git - thirdparty/openssl.git/commit
Free tempory data on error in ec_wNAF_mul()
authorMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 13:38:44 +0000 (14:38 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 1 Jun 2016 17:00:53 +0000 (18:00 +0100)
commit0e9eb1a57bd2e12eda7939f053240499f6169d74
tree326ec1644f0f0a3feec5290ffd7b94f246b2db89
parentff3bb913cfe47104293138a17014d3bde9db5e32
Free tempory data on error in ec_wNAF_mul()

The ec_wNAF_mul() function allocates some temporary storage that it
doesn't always free on an error condition.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/ec/ec_mult.c