mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
d84f5515fa
We don't want to hold a read lock when calling a user supplied callback. That callback could do anything so the risk of a deadlock is high. Instead we collect all the names first inside the read lock, and then subsequently call the user callback outside the read lock. Fixes #14225 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14250) |
||
---|---|---|
.. | ||
crypto | ||
internal | ||
openssl |