]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix memory leak in engine_cleanup_add_first()
authorKovalev Vasiliy <minskij10@yandex.ru>
Thu, 4 May 2023 12:12:33 +0000 (16:12 +0400)
committerTomas Mraz <tomas@openssl.org>
Tue, 9 May 2023 15:31:43 +0000 (17:31 +0200)
commit8c63b14296f117b07781509ced529a8955d78fb9
tree2e9dd2a5daa3df514789a4bc13086a30ab194788
parent507356598bc1e17a08f9737df50e1a19525efa88
Fix memory leak in engine_cleanup_add_first()

Fixes #20870

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20880)
crypto/engine/eng_lib.c