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:15:08 +0000 (09:15 +0000)
commitd6b4a41d100c2d3b401baf8edc34085ff610c5ba
tree8218609640b11832193a700d07a139f4246d8ecd
parent9fdbaf3a322689a58381c724e4f3497320a69581
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>
(cherry picked from commit 918bb8652969fd53f0c390c1cd909265ed502c7e)

Conflicts:
crypto/bio/bss_dgram.c
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