]> git.ipfire.org Git - thirdparty/openssl.git/commit
ossl_cms_get1_crls_ex(): Avoid doublefree if CRL up ref fails
authorTomas Mraz <tomas@openssl.org>
Thu, 5 Dec 2024 08:29:08 +0000 (09:29 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Dec 2024 09:50:16 +0000 (10:50 +0100)
commitef0be53f90045d0a9f0d085a7a4289335f49ee41
tree7b9f0d0fae056786553419a8d322a75a69925c14
parentafd36cbef8b3b7b00bd4bcdc33802d4cb39fdffa
ossl_cms_get1_crls_ex(): Avoid doublefree if CRL up ref fails

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/26100)
crypto/cms/cms_lib.c