]> git.ipfire.org Git - thirdparty/openssl.git/commit
Prevent recursive call of OPENSSL_INIT_LOAD_CONFIG
authorTomas Mraz <tomas@openssl.org>
Tue, 3 Aug 2021 15:29:04 +0000 (17:29 +0200)
committerPauli <pauli@openssl.org>
Wed, 4 Aug 2021 23:21:00 +0000 (09:21 +1000)
commitb5c4dc6ce50b7fcf1b51721a61e1a827d1eb05a3
tree81ae5114fc79a18e068eff17eb5778e9556b7bda
parent421953effea12b1ce6e2953786a83acc426b2622
Prevent recursive call of OPENSSL_INIT_LOAD_CONFIG

If objects are added in a config file the OPENSSL_INIT_LOAD_CONFIG
will be called recursively which results in hang in RUN_ONCE.

Fixes #16186

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16210)
crypto/init.c