]> git.ipfire.org Git - thirdparty/openssl.git/commit
init_master_key(): Check return of CRYPTO_THREAD_init_local()
authorTomas Mraz <tomas@openssl.org>
Mon, 23 Jun 2025 12:49:11 +0000 (14:49 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 23 Jun 2025 12:49:11 +0000 (14:49 +0200)
commitc45ab5b8de0c662917ec26e81bc1c87fa8095a4f
tree8df8d00edc4950ae6c03fde353e3eadf7150e99f
parent53a83a7921763aa6637e875aec55f504aa5f5df2
init_master_key(): Check return of CRYPTO_THREAD_init_local()

Fixes Coverity 1649566

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27880)
crypto/threads_common.c