Check for errors allocating the error strings.
authorKurt Roeckx <kurt@roeckx.be>
Tue, 12 Jul 2016 13:50:06 +0000 (15:50 +0200)
committerKurt Roeckx <kurt@roeckx.be>
Wed, 20 Jul 2016 17:20:53 +0000 (19:20 +0200)
commit69588edbaa424beb71c6a9b1be416588232cb78c
treebc2d601241ea428fac0bc35d215b3964f0fce199
parent8cc44d970ced1004db0727d7a7b3e2709c442e55
Check for errors allocating the error strings.

Reviewed-by: Richard Levitte <levitte@openssl.org>
GH: #1330
65 files changed:
crypto/asn1/asn1_err.c
crypto/async/async_err.c
crypto/bio/bio_err.c
crypto/bn/bn_err.c
crypto/buffer/buf_err.c
crypto/cms/cms_err.c
crypto/comp/comp_err.c
crypto/conf/conf_err.c
crypto/cpt_err.c
crypto/ct/ct_err.c
crypto/dh/dh_err.c
crypto/dsa/dsa_err.c
crypto/dso/dso_err.c
crypto/ec/ec_err.c
crypto/engine/eng_err.c
crypto/err/err.c
crypto/err/err_all.c
crypto/evp/evp_err.c
crypto/include/internal/err_int.h
crypto/init.c
crypto/kdf/kdf_err.c
crypto/objects/obj_err.c
crypto/ocsp/ocsp_err.c
crypto/pem/pem_err.c
crypto/pkcs12/pk12err.c
crypto/pkcs7/pkcs7err.c
crypto/rand/rand_err.c
crypto/rsa/rsa_err.c
crypto/ts/ts_err.c
crypto/ui/ui_err.c
crypto/x509/x509_err.c
crypto/x509v3/v3err.c
include/internal/dso.h
include/openssl/asn1.h
include/openssl/async.h
include/openssl/bio.h
include/openssl/bn.h
include/openssl/buffer.h
include/openssl/cms.h
include/openssl/comp.h
include/openssl/conf.h
include/openssl/crypto.h
include/openssl/ct.h
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/ec.h
include/openssl/engine.h
include/openssl/err.h
include/openssl/evp.h
include/openssl/kdf.h
include/openssl/objects.h
include/openssl/ocsp.h
include/openssl/pem.h
include/openssl/pem2.h
include/openssl/pkcs12.h
include/openssl/pkcs7.h
include/openssl/rand.h
include/openssl/rsa.h
include/openssl/ssl.h
include/openssl/ts.h
include/openssl/ui.h
include/openssl/x509.h
include/openssl/x509v3.h
ssl/ssl_err.c
util/mkerr.pl