Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: e9a806b2c265da3a4ca472acb4a4286d9c1b5c9d
https://github.openssl.org/openssl/openssl/commit/e9a806b2c265da3a4ca472acb4a4286d9c1b5c9d
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)