]> git.ipfire.org Git - thirdparty/openssl.git/commit
Properly protect access to the provider flag_activated field
authorMatt Caswell <matt@openssl.org>
Fri, 23 Apr 2021 15:18:28 +0000 (16:18 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 28 Apr 2021 14:51:10 +0000 (15:51 +0100)
commit2d5695016d880b9c6681f293ed5afb0379ce86b7
tree5aadeaacb739158360b3206ad9d360f5fd5ca487
parent98369ef25f87ee1dfc5d17da5489bbacb4150972
Properly protect access to the provider flag_activated field

This was not always locked when it should be.

Fixes #15005

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15010)
crypto/provider_core.c