Fix missing malloc return value checks
authorMatt Caswell <matt@openssl.org>
Wed, 4 Nov 2015 15:51:02 +0000 (15:51 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 9 Nov 2015 23:00:37 +0000 (23:00 +0000)
commit84d0c40f3fbcb9e3067cbbc2f01bd965e587c178
tree07f9867b101ff4fab398604749f8a9d807fc7c73
parentc8cc43108d97517dfce25a114acd5651f5548cd5
Fix missing malloc return value checks

During work on a larger change in master a number of locations were
identified where return value checks were missing. This backports the
relevant fixes.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 903738ac63e60c10552741e2d6de9753c67e0ff3)

Conflicts:
crypto/cms/cms_sd.c
12 files changed:
apps/ca.c
crypto/cms/cms_pwri.c
crypto/engine/eng_cryptodev.c
crypto/evp/evp_key.c
crypto/jpake/jpake.c
crypto/pem/pem_info.c
crypto/pkcs7/pk7_doit.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_ncons.c
engines/e_chil.c
ssl/s3_clnt.c
ssl/s3_srvr.c