]> git.ipfire.org Git - thirdparty/openssl.git/commit
plug potential memory leak in error code path
authorAlexandr Nedvedicky <sashan@openssl.org>
Thu, 14 Mar 2024 08:53:56 +0000 (09:53 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 15 Mar 2024 12:42:57 +0000 (13:42 +0100)
commit707b54bee2abbfe94a80361ab97cf77e1e4746bb
treefe00487b9aa10b39e5409907d0b88d232ea50954
parent12f5f26e1e71fe0375d82df70df338b8666ef38f
plug potential memory leak in error code path

Function `module_add()` may leak stack of modules when
it fails to initialize newly added module.

Fixes #23835

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23836)
crypto/conf/conf_mod.c