commit | bb7ccdfbe22aac18b26278d862050fbfee9d1b79 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Mon Mar 09 13:08:04 2009 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Mon Mar 09 13:08:04 2009 +0000 |
tree | fe7c5ab56326c597ef515b499201c9bb4908517f | |
parent | c836f8ef73c497d733be3cb9d57fc47734f99b0a [diff] |
Update from stable branch.
diff --git a/crypto/pkcs12/p12_crt.c b/crypto/pkcs12/p12_crt.c index acac216..96b131d 100644 --- a/crypto/pkcs12/p12_crt.c +++ b/crypto/pkcs12/p12_crt.c
@@ -159,6 +159,9 @@ p12 = PKCS12_add_safes(safes, 0); + if (!p12) + goto err; + sk_PKCS7_pop_free(safes, PKCS7_free); safes = NULL;