Fix potential memory leak in dh_ameth.c
authorScott Wilson <scott@sawilson.xyz>
Thu, 31 Oct 2019 11:37:51 +0000 (22:37 +1100)
committerPatrick Steuer <patrick.steuer@de.ibm.com>
Fri, 1 Nov 2019 11:47:13 +0000 (12:47 +0100)
commitc38761171f428d80cd7906b12a0cdac6d1285a7d
tree550c90622424f8ba2a2c4ca4d1a2f876ec79bf6f
parent689c07b8d502301d82e09c1db04daf3c13b1d35d
Fix potential memory leak in dh_ameth.c

Free dukm in error handling of dh_cms_encrypt()

Fixes #10294

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
(Merged from https://github.com/openssl/openssl/pull/10310)

(cherry picked from commit 6624e1f7b6a397948561e9cc2774f0c8af1d2c79)
crypto/dh/dh_ameth.c