]> git.ipfire.org Git - thirdparty/openssl.git/commit
ts_conf: fix memory leak in TS_CONF_set_policies
authorDONGGEUN YOO <bleeqtheproducer@gmail.com>
Mon, 29 Sep 2025 00:45:11 +0000 (00:45 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 Oct 2025 15:54:27 +0000 (17:54 +0200)
commit1f3a6602a13b382c0f09d6659e0d49ec2e41646d
treed79c8ba022c50ee674062535eedc4c5003240ce2
parent22417bc14d6bde173425ba4f87c68be0cf394fa4
ts_conf: fix memory leak in TS_CONF_set_policies

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28686)
crypto/ts/ts_conf.c