Don't free ret->data if malloc fails.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 27 Apr 2016 19:27:41 +0000 (20:27 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 29 Apr 2016 20:36:14 +0000 (21:36 +0100)
commit64eaf6c928f4066d62aa86f805796ef05bd0b1cc
tree24c1df314d89385b5db909af0b9d7dac6923d926
parent9b08619cb45e75541809b1154c90e1a00450e537
Don't free ret->data if malloc fails.

Issue reported by Guido Vranken.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/asn1/a_bytes.c