]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix memory leak on error in crypto/conf/conf_mod.c
authorshridhar kalavagunta <coolshrid@hotmail.com>
Fri, 12 Apr 2024 01:42:37 +0000 (20:42 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 5 Jun 2024 11:15:29 +0000 (13:15 +0200)
commit5bbdbce856c7ca132e039a24a315618484874c81
tree3a4fe01a375cf5d152d7524032ef21a10ae2ebc9
parent23b6ef4894679aa0278c93de29007d1e695856ee
Fix memory leak on error in crypto/conf/conf_mod.c

Fixes #24111

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24119)
crypto/conf/conf_mod.c