]> git.ipfire.org Git - thirdparty/openssl.git/commit
configutl.c: Resolve possible resource leak of config file
authorNorbert Pocs <norbertp@openssl.org>
Wed, 14 May 2025 12:50:42 +0000 (14:50 +0200)
committerNeil Horman <nhorman@openssl.org>
Thu, 15 May 2025 19:38:10 +0000 (15:38 -0400)
commit7cc69ec4cf575232040ac776f405fb31f030e59a
tree67817fe820da7e3095abb12ce70ebd5f9ea6b26c
parent677ded7547351bc3b1b6f72745e84b1287402ffb
configutl.c: Resolve possible resource leak of config file

The coverity detects Resource leak here. It may come to leak when the
option is passed multiple times.

Resolve coverity scan issue 1646846

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27623)
apps/configutl.c