Don't leak memory in v2i_AUTHORITY_KEYID
authorMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 14:03:26 +0000 (15:03 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 1 Jun 2016 17:00:53 +0000 (18:00 +0100)
commit97323d57cd6dbbd0c06383dea3cc1b90d11f2557
tree9c10090e7f1b947064b7309c5f10090aecf83835
parent1c422164d8343688b8356fcb26f6b7e06921433b
Don't leak memory in v2i_AUTHORITY_KEYID

The v2i_AUTHORITY_KEYID() function can leak memory under an error
condition.

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