openssl/crypto/conf
Matt Caswell c15faa8d5c Fix an uninitialised read in conf_def.c
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)
2019-11-14 10:42:45 +00:00
..
build.info
conf_api.c
conf_def.c Fix an uninitialised read in conf_def.c 2019-11-14 10:42:45 +00:00
conf_def.h Add a .pragma directive for configuration files 2019-11-12 13:33:12 +01:00
conf_err.c Add a .pragma directive for configuration files 2019-11-12 13:33:12 +01:00
conf_lib.c
conf_local.h
conf_mall.c
conf_mod.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
conf_sap.c Update source files for pre-3.0 deprecation 2019-11-07 11:37:25 +01:00
conf_ssl.c
keysets.pl Add a .pragma directive for configuration files 2019-11-12 13:33:12 +01:00