]> git.ipfire.org Git - thirdparty/openssl.git/commit
CONF_modules_load_file_ex(): Do not try to load an empty file name
authorTomas Mraz <tomas@openssl.org>
Mon, 26 Jun 2023 09:11:57 +0000 (11:11 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 27 Jun 2023 12:48:33 +0000 (14:48 +0200)
commit8b7d5ea7dd602eb7c2c4bc5ad45489dc5fc711f6
tree0a1d03e1cf2c57c238009e341dd79a264a0adf94
parent2c59d54cd7cb741c4547311ca1b8479e08dce0b7
CONF_modules_load_file_ex(): Do not try to load an empty file name

Fixes #21258

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/21282)
crypto/conf/conf_mod.c