Free memory on error in PKCS7_dataFinal()
authorMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 13:09:35 +0000 (14:09 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 28 Apr 2016 12:13:09 +0000 (13:13 +0100)
commitd54ac5c4bfcb75967960492de31a83fbc7c46673
tree9d493691a17ed66f303decca8c3f989b8c563177
parent460c5e1d2f7388216f12d345d13202381b30e2a3
Free memory on error in PKCS7_dataFinal()

The PKCS7_dataFinal() function allocates a memory buffer but then fails
to free it on an error condition.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/pkcs7/pk7_doit.c