mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
d8b7a6eae9
Fixes #25594 The code jumps to an error block when EVP_VerifyUpdate fails. This error block does not free abuf. In the success path the abuf memory is freed. Move the free operation to the error block. CLA: trivial Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25596) |
||
---|---|---|
.. | ||
bio_pk7.c | ||
build.info | ||
pk7_asn1.c | ||
pk7_attr.c | ||
pk7_doit.c | ||
pk7_lib.c | ||
pk7_local.h | ||
pk7_mime.c | ||
pk7_smime.c | ||
pkcs7err.c |