Fix last(?) batch of malloc-NULL places
authorRich Salz <rsalz@openssl.org>
Thu, 26 Apr 2018 18:02:24 +0000 (14:02 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 26 Apr 2018 18:02:24 +0000 (14:02 -0400)
commitfe1128dc2a6e7aae9010cf6595c78245e0eefd46
treede62e713f375adaefd7e6bfd8491575c0fc530a3
parent74a8acbdfb2c7f398d1ae2fe914cd32b437f6df4
Fix last(?) batch of malloc-NULL places

Add a script to find them in the future

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/6103)
12 files changed:
crypto/comp/comp_err.c
crypto/comp/comp_lib.c
crypto/cpt_err.c
crypto/err/openssl.txt
crypto/lhash/lhash.c
crypto/stack/stack.c
include/openssl/comperr.h
include/openssl/cryptoerr.h
include/openssl/sslerr.h
ssl/record/rec_layer_d1.c
ssl/ssl_err.c
util/check-malloc-errs [new file with mode: 0755]