]> git.ipfire.org Git - thirdparty/openssl.git/commit
provider: fix coverity 1484884: uninitialised lock use
authorPauli <pauli@openssl.org>
Sun, 16 May 2021 23:33:10 +0000 (09:33 +1000)
committerPauli <pauli@openssl.org>
Tue, 18 May 2021 03:24:41 +0000 (13:24 +1000)
commit634da876e0d6d95a23c5d005b1ac4354a04310d2
tree88973f60d457ff1202366ce588dcef5584f94bc6
parentcef71ebb5c757bafd15926dd6f6f2a2779b9d71a
provider: fix coverity 1484884: uninitialised lock use

This actually fixes a more subtle problem that wasn't detected which could
cause memory leaks.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15300)
crypto/provider_core.c