mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/11470)
This commit is contained in:
parent
d3d0784e41
commit
3c38fa4b79
@ -278,6 +278,7 @@ static OSSL_STORE_INFO *try_decode_PKCS12(const char *pem_name,
|
||||
(void)sk_X509_shift(chain);
|
||||
}
|
||||
}
|
||||
sk_X509_free(chain);
|
||||
if (!ok) {
|
||||
OSSL_STORE_INFO_free(osi_ca);
|
||||
OSSL_STORE_INFO_free(osi_cert);
|
||||
|
Loading…
Reference in New Issue
Block a user