]> git.ipfire.org Git - thirdparty/openssl.git/commit
Coverity found the following issues:
authorNeil Horman <nhorman@openssl.org>
Fri, 2 Feb 2024 13:20:50 +0000 (08:20 -0500)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 May 2024 14:17:14 +0000 (16:17 +0200)
commit27504de59586a23862f2f29e0d640b51d43ff24a
tree8f98654e2cc327fa3056756009345eee5cfcd875
parent287165f1b7ce0193378b9365e675edd69fc289c4
Coverity found the following issues:

1591471
1591474
1591476

which pertain to memory leaks in the conf_mod code

If an error is encountered after the module STACK_OF is duplicated or
created in the new_modules variable, we need to remember to free it in
the error path

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24337)
crypto/conf/conf_mod.c