mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
c15faa8d5c
PR 8882 added a new field to the CONF structure. Unfortunately this structure was created using OPENSSL_malloc() and the new field was not explicitly initialised in the "init" function. Therefore when we came to read it for the first time we got an uninitialised read. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10428) |
||
---|---|---|
.. | ||
build.info | ||
conf_api.c | ||
conf_def.c | ||
conf_def.h | ||
conf_err.c | ||
conf_lib.c | ||
conf_local.h | ||
conf_mall.c | ||
conf_mod.c | ||
conf_sap.c | ||
conf_ssl.c | ||
keysets.pl |