]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fixes for potential deadlock
authorcchinchole <cpchinchole@gmail.com>
Tue, 2 Jul 2024 07:56:22 +0000 (02:56 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 3 Jul 2024 14:05:46 +0000 (16:05 +0200)
commiteddbe3a152fadfbda07c8dc1c8f44ec2c536d837
tree85dbdc19d87d92ed0afa688bd7a2420d169b721c
parent3d9c6b16d8b8e75b73e2fd34849e930e2792f3a4
Fixes for potential deadlock

Fixes (#24517):
(3/3) Addresses the potential deadlock if an error occurs from up_ref
in functions ENGINE_get_first, ENGINE_get_last, ENGINE_get_next, and
ENGINE_get_prev in file crypto/engine/eng_list.c

CLA: trivial

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24780)

(cherry picked from commit e6174ca4d48f6f4f954dd87f2cdf3718af14f064)
crypto/engine/eng_list.c