]> 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 08:58:38 +0000 (10:58 +0200)
commit875db35ac63beb0e5a3d520743fa55ad2e5ccd1d
treebee645d79182aa0dc00783b09c239db65a78bf23
parent682ed1b86ebe97036ab37897d528343d0e4def69
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)
crypto/provider_core.c