]> git.ipfire.org Git - thirdparty/openssl.git/commit
Avoid reusing the init_lock for a different purpose
authorTomas Mraz <tomas@openssl.org>
Mon, 13 Jun 2022 13:50:18 +0000 (15:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 15 Jun 2022 07:45:51 +0000 (09:45 +0200)
commite9a806b2c265da3a4ca472acb4a4286d9c1b5c9d
tree3f95d3b7623bdab0fb4da9c06b7e71b90690a091
parent979575c6ef10ab9b8d74d8c00852b2250eb78f29
Avoid reusing the init_lock for a different purpose

Otherwise we might cause a recursive locking.

Fixes #18535

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18545)
crypto/init.c