]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix the abnormal branch memory leak in ssl_set_cert_and_key function
authorlan1120 <lanming@huawei.com>
Fri, 19 Sep 2025 10:45:30 +0000 (18:45 +0800)
committerTomas Mraz <tomas@openssl.org>
Tue, 23 Sep 2025 14:36:23 +0000 (16:36 +0200)
commite7f88391867dd71dc0ef37646f497411bea5350c
tree883e1794959c32ef4232d09ad6599a1566e47873
parent7ca0240e5b4947f8e451cc10d3967242233ec95b
Fix the abnormal branch memory leak in ssl_set_cert_and_key function

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28619)
ssl/ssl_rsa.c