dev_crypto_md5_update: check result of realloc(md_data->data) and don't leak memory...
authorJonas Maebe <jonas.maebe@elis.ugent.be>
Sun, 8 Dec 2013 17:10:50 +0000 (18:10 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Sun, 17 Aug 2014 16:52:14 +0000 (18:52 +0200)
commit771e0c6c7a7f738a31b5015c1cabb867dcbb80c1
tree08e15d47c1929d6079e6ebf9a1bfdb2e7af575a4
parentd8513b4abd00b89481cba59dd3d7f81b90a2e747
dev_crypto_md5_update: check result of realloc(md_data->data) and don't leak memory if it fails

Signed-off-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/evp/openbsd_hw.c