]> git.ipfire.org Git - thirdparty/openssl.git/commit
test_evp_cipher_pipeline(): Fix memory leaks on errors
authorTomas Mraz <tomas@openssl.org>
Wed, 18 Dec 2024 08:21:10 +0000 (09:21 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 19 Dec 2024 09:59:53 +0000 (10:59 +0100)
commit009fa4f924d0c89fa16ac487fa2d3f5ba60adc1c
treefca78a163fee1ab6f5acd088a7e0567ae4d38a25
parent982a9b8bee3ee715cb5c7f160b14bd2122af0388
test_evp_cipher_pipeline(): Fix memory leaks on errors

Fixes Coverity 16368441636845

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26206)
test/evp_extra_test.c