]> git.ipfire.org Git - thirdparty/openssl.git/commit
Free memory on error in cms app
authorMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 13:46:09 +0000 (14:46 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 1 Jun 2016 17:00:53 +0000 (18:00 +0100)
commit6e4ab54b93a161bed3d668315b13359b883caca4
treefaff5da619cf71063682925de6866879a52a6d7b
parent0e9eb1a57bd2e12eda7939f053240499f6169d74
Free memory on error in cms app

The make_receipt_request() function in the cms app can leak memory on
an error condition.

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/cms.c