Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 9cbd2e1098caea4b327b06a1e1e353a58793b50c
https://github.com/openssl/openssl/commit/9cbd2e1098caea4b327b06a1e1e353a58793b50c
Author: Matt Caswell <[email protected]>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M crypto/provider_core.c
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Hugo Landau <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19481)
(cherry picked from commit 6962e21b7c51480343db1a275f52525754dcbe44)