]> git.ipfire.org Git - thirdparty/openssl.git/commit
Better checks for malloc failure in various METHOD functions
authorMatt Caswell <matt@openssl.org>
Wed, 4 May 2016 10:28:38 +0000 (11:28 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 May 2016 09:47:15 +0000 (10:47 +0100)
commit6ef020c988bb508842dfcd517a4b41cae214f641
treec7cbc8c5fc0456b157c02c0a97fae580dab81b15
parent24854e0117000b81319665154c93e15743bf7de6
Better checks for malloc failure in various METHOD functions

A number of the METHOD functions weren't properly handling malloc failures.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/dh/dh_meth.c
crypto/dsa/dsa_meth.c
crypto/rsa/rsa_meth.c
crypto/ui/ui_lib.c