Fix memory leak cause by race condition when creating public keys.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 28 Feb 2012 14:47:36 +0000 (14:47 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 28 Feb 2012 14:47:36 +0000 (14:47 +0000)
commitf0be325f885201430206559831f5e1c936be5df3
tree6ab0c80e55bb031d9d9bd7556a28ee91b8d7df63
parentb66af23aa93be1c4a8ec1cc5fbeb83e3c909e7a4
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