Branch: refs/heads/openssl-3.0
Home: https://github.openssl.org/openssl/openssl
Commit: db5bb6b14c62d321583fd44794886cd3701661f4
https://github.openssl.org/openssl/openssl/commit/db5bb6b14c62d321583fd44794886cd3701661f4
Author: Tomas Mraz <[email protected]>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M crypto/init.c
Log Message:
-----------
Avoid reusing the init_lock for a different purpose
Otherwise we might cause a recursive locking.
Fixes #18535
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18545)
(cherry picked from commit e9a806b2c265da3a4ca472acb4a4286d9c1b5c9d)