summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDK <dmitrykos@neutroncode.com>2016-11-13 14:48:15 +0200
committerRich Salz <rsalz@openssl.org>2016-11-13 15:43:05 -0500
commit349d1cfddcfa33d352240582a3803f2eba39d9a0 (patch)
tree8e0aeb46efc1331208bcd5f14df216bd0b6a008e /test
parentaf5883fec95eb8c79c379b09885440a0d88b2d38 (diff)
Fixed deadlock in CRYPTO_THREAD_run_once for Windows
Fixed deadlock in CRYPTO_THREAD_run_once() if call to init() is causing a recursive call to CRYPTO_THREAD_run_once() again that is causing a hot deadloop inside do { } while (result == ONCE_ININIT); section. CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1913)
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions