Add malloc failure checks
authorMatt Caswell <matt@openssl.org>
Thu, 12 Mar 2015 11:10:47 +0000 (11:10 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 17 Mar 2015 13:39:53 +0000 (13:39 +0000)
commita561bfe944c0beba73551731cb98af70dfee3549
treee05e15e261bb8d290c02533b891a6bc622be9730
parente3c159648d19e0396b23dba02b85be2bf12ce24c
Add malloc failure checks

Add some missing checks for memory allocation failures in ca app.

Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/ca.c