]> git.ipfire.org Git - thirdparty/openssl.git/commit
Allocate EVP_PBE_CTL with OPENSSL_zalloc.
authorDaniel Fiala <daniel@openssl.org>
Mon, 27 Jun 2022 11:36:48 +0000 (13:36 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 28 Jun 2022 15:45:04 +0000 (17:45 +0200)
commit3211266aa23253ce8af2b98c4fd94a12a4afa7e4
tree2fa601d294b8caf638418b75ad3b95dec9f1b33d
parent30532e59f475e0066c030693e4d614311a9e0cae
Allocate EVP_PBE_CTL with OPENSSL_zalloc.

Fixes openssl#18598.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18666)
crypto/evp/evp_pbe.c