Fix memory leak cause by race condition when creating public keys.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 28 Feb 2012 14:47:16 +0000 (14:47 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 28 Feb 2012 14:47:16 +0000 (14:47 +0000)
commit33a688e80674aaecfac6d9484ec199daa0ee5b61
tree20dce74c1ccfe6227e18a9ee35e84124bb4670e6
parent5c2bfad9b47d494fba7bedb7af6eef480e238726
Fix memory leak cause by race condition when creating public keys.

Thanks to Ivan Nestlerode <inestlerode@us.ibm.com> for reporting this bug.
crypto/asn1/x_pubkey.c