]> 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:04:53 +0000 (16:04 +0200)
commite6174ca4d48f6f4f954dd87f2cdf3718af14f064
tree5759a8fd4a8e38a6ba737492bdb39a19e4c0b24d
parentb5863e9259e3c610304febe8b43ac3b1e3b22534
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)
crypto/engine/eng_list.c