Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix potential memory leak in PKCS12_add_key_ex()
function must make sure memorry allocated for `p8` gets freed in error path. Issue reported by LuMingYinDetect Fixes openssl#24453 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> (Merged from openssl#24456)
- Loading branch information