]> git.ipfire.org Git - thirdparty/openssl.git/commit
CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 10 Feb 2023 08:53:43 +0000 (09:53 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Fri, 24 Feb 2023 07:49:08 +0000 (08:49 +0100)
commit6f9e531003fd736e8e96d9a1a57f7763da9722b8
tree644490f3d1c561c4f768f9d5ab0852671654ca33
parentee58915cfd9d0ad67f52d43cc1a2ce549049d248
CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/19199)
crypto/cms/cms_lib.c