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 Move the loading of the ssl_conf module to libcrypto 2018-04-05 15:30:12 +01:00
conf_api.c Following the license change, modify the boilerplates in crypto/conf/ 2018-12-06 14:43:29 +01:00
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 Reorganize private crypto header files 2019-09-28 20:26:34 +02:00
conf_local.h Reorganize local header files 2019-09-28 20:26:35 +02:00
conf_mall.c Reorganize local header files 2019-09-28 20:26:35 +02:00
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 Reorganize local header files 2019-09-28 20:26:35 +02:00
keysets.pl Add a .pragma directive for configuration files 2019-11-12 13:33:12 +01:00