]> git.ipfire.org Git - thirdparty/openssl.git/commit
CMS_ContentInfo_free(): fix mem leak on encrypted content key
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 25 May 2023 15:46:48 +0000 (17:46 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Thu, 1 Jun 2023 07:59:06 +0000 (09:59 +0200)
commit09dd8153e3a8056c2f6d5d31c702143efa2ca554
tree86eebcaddd14de65c3834a40f9f4401fd05f4dab
parent84025cf423693db3af4a6667d415424c669f0c79
CMS_ContentInfo_free(): fix mem leak on encrypted content key

Fixes #21026

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/21058)

(cherry picked from commit 7a1857483938b6b6eec5b8760c68c71a71296cd2)
crypto/cms/cms_env.c
crypto/cms/cms_lib.c