Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 3211266aa23253ce8af2b98c4fd94a12a4afa7e4
https://github.openssl.org/openssl/openssl/commit/3211266aa23253ce8af2b98c4fd94a12a4afa7e4
Author: Daniel Fiala <[email protected]>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M crypto/evp/evp_pbe.c
Log Message:
-----------
Allocate EVP_PBE_CTL with OPENSSL_zalloc.
Fixes openssl#18598.
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18666)