openssl/crypto/conf
Neil Horman a928f26813 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>
(Merged from https://github.com/openssl/openssl/pull/23462)
2024-04-24 11:39:41 +10:00
..
build.info
conf_api.c
conf_def.c "foo * bar" should be "foo *bar" 2023-09-11 10:15:30 +02:00
conf_def.h
conf_err.c Detect and prevent recursive config parsing 2023-12-21 13:38:31 -05:00
conf_lib.c VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config target 2024-04-11 13:06:49 +02:00
conf_local.h
conf_mall.c
conf_mod.c Coverity found the following issues: 2024-04-24 11:39:41 +10:00
conf_sap.c VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config target 2024-04-11 13:06:49 +02:00
conf_ssl.c
keysets.pl