Fix a memory leak in CONF .include handling
authorMatt Caswell <matt@openssl.org>
Fri, 1 May 2020 14:15:13 +0000 (15:15 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 6 May 2020 10:40:53 +0000 (11:40 +0100)
commit15dd075f708c58bbbbd18f98608fecfcb97f693a
tree44531bdc8b833412a09e63a5897e6ada961a4675
parent6ed34b3eff68b79ce9fb00d84c95c950d8bc7bdd
Fix a memory leak in CONF .include handling

If OPENSSL_CONF_INCLUDE has been set then we may leak the "include"
buffer.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11691)
crypto/conf/conf_def.c