]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acme: acme_ctx_destroy() leaks auth->dns
authorWilliam Lallemand <wlallemand@irq6.net>
Sat, 21 Feb 2026 15:03:17 +0000 (16:03 +0100)
committerWilliam Lallemand <wlallemand@irq6.net>
Sat, 21 Feb 2026 15:10:29 +0000 (16:10 +0100)
commite63722fed48ae91ce577f2dc8196a37ae9aea6ba
treeb53364a3739402b6f4198e75d90ef7873c663dd2
parent0f95e730323ea42400660b5bc6c4cd095b66964a
BUG/MINOR: acme: acme_ctx_destroy() leaks auth->dns

365a696 ("MINOR: acme: emit a log for DNS-01 challenge response")
introduces the auth->dns member which is istdup(). But this member is
never free, instead auth->token was freed twice by mistake.

Must be backported to 3.2.
src/acme.c