Avoid a race condition in loading config settings
authorMatt Caswell <matt@openssl.org>
Tue, 9 Feb 2016 10:55:21 +0000 (10:55 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 9 Feb 2016 15:11:38 +0000 (15:11 +0000)
commitbf24111bb2cf37b609fecdbe81660ecfd460e998
tree4815da4bea62bc39b1076015ae9a53f6ac7a3452
parent8b75603cc0ce8f4d9deb7218fbd905d3fc73a4c0
Avoid a race condition in loading config settings

A race condition can occur when sending config settings to
OPENSSL_INIT_crypto_library_start()

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/init.c