]> git.ipfire.org Git - thirdparty/openssl.git/commit
Adds a new lock to read default_path and uses a strdup() on default_path before using it
authorSahana Prasad <sahana@redhat.com>
Mon, 22 Mar 2021 22:44:22 +0000 (23:44 +0100)
committerPauli <pauli@openssl.org>
Wed, 7 Apr 2021 08:08:14 +0000 (18:08 +1000)
commit86522324d2a398ad3ed2f648a66b62b0a6176258
tree64a6a7f2c8b96df9360a7944f87e28f71dd05762
parent581c4b1d5357bdf858a6675ea0b3121731bca5c3
Adds a new lock to read default_path and uses a strdup() on default_path before using it
Fixes #14483
Signed-off-by: Sahana Prasad <sahana@redhat.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14650)
crypto/provider_core.c