]> git.ipfire.org Git - thirdparty/openssl.git/commit
ossl_provider_new(): Fix memory leak on error
authorTomas Mraz <tomas@openssl.org>
Thu, 11 Apr 2024 07:27:47 +0000 (09:27 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 12 Apr 2024 09:01:51 +0000 (11:01 +0200)
commitc6a784afa28526a84a2cc20b18a20f26ea480f0f
tree1cdc22b9694f981dd4005fec38ca7da6eef39722
parentbfa293cd2ac93d69f2bbd4e0546bb02a93eb8806
ossl_provider_new(): Fix memory leak on error

Fixes #24095

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24100)

(cherry picked from commit 875db35ac63beb0e5a3d520743fa55ad2e5ccd1d)
crypto/provider_core.c