Unchecked malloc fixes
authorMatt Caswell <matt@openssl.org>
Wed, 4 Mar 2015 17:49:51 +0000 (17:49 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 5 Mar 2015 09:09:57 +0000 (09:09 +0000)
commit918bb8652969fd53f0c390c1cd909265ed502c7e
tree883afa725e4529a992611b5b02e8b5c784463e99
parent618be04e407a7800a7198ac87fa5e8cee7c6e10b
Unchecked malloc fixes

Miscellaneous unchecked malloc fixes. Also fixed some mem leaks on error
paths as I spotted them along the way.

Reviewed-by: Tim Hudson <tjh@openssl.org>
21 files changed:
apps/apps.c
apps/ca.c
apps/cms.c
apps/dgst.c
apps/rsautl.c
apps/s_cb.c
apps/s_client.c
apps/s_server.c
apps/speed.c
apps/srp.c
apps/x509.c
crypto/asn1/bio_ndef.c
crypto/bio/b_print.c
crypto/bio/bss_dgram.c
crypto/cms/cms_pwri.c
crypto/dh/dh_pmeth.c
crypto/dso/dso_vms.c
crypto/objects/o_names.c
crypto/rand/rand_os2.c
crypto/threads/th-lock.c
ssl/s3_pkt.c