app_load_config_bio(): fix crash on error
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 8 Sep 2020 12:31:59 +0000 (14:31 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 10 Sep 2020 10:03:51 +0000 (12:03 +0200)
commit388f2d9f6c3faebc72722ba6bb76df12146ad988
tree8f946398cc8da732c4ded9215ebaa797ea178c12
parent3101ab603cd82cdbc81de0902b2b4718e8f1279b
app_load_config_bio(): fix crash on error

It turns out that the CONF_modules_load(conf, NULL, 0) call is just wrong.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12817)
apps/lib/apps.c