]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: acme: fix task allocation leaked upon error
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 27 Mar 2026 15:56:47 +0000 (16:56 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 27 Mar 2026 15:58:49 +0000 (16:58 +0100)
commitd26bd9f9781aaab295a7c5c18894212c67ac8ad4
treecafe9990f2a7e645e5644997a7e03933f75e055a
parent506cfcb5d40695e55b2f914b129afe01fe9258c1
BUG/MINOR: acme: fix task allocation leaked upon error

Fix a leak of the task object in acme_start_task() when one of the
condition in the function failed.

Fix issue #3308.

Must be backported to 3.2 and later.
src/acme.c