]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a lock in provider_remove_store_methods()
authorMatt Caswell <matt@openssl.org>
Mon, 24 Oct 2022 08:22:01 +0000 (09:22 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 25 Oct 2022 10:52:04 +0000 (11:52 +0100)
commit6962e21b7c51480343db1a275f52525754dcbe44
tree383561a99e147d6dd7e94e5d3e53cd697efc7bd1
parent50bed93a7655dc6d990aa42e52b316a97e2dc820
Fix a lock in provider_remove_store_methods()

We were taking a read lock. It should have been a write lock.

Fixes #19474

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19481)
crypto/provider_core.c