]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acme: fix ha_alert() call
authorMaxime Henrion <mhenrion@haproxy.com>
Tue, 25 Nov 2025 17:37:02 +0000 (12:37 -0500)
committerWilliam Lallemand <wlallemand@irq6.net>
Tue, 25 Nov 2025 19:20:25 +0000 (20:20 +0100)
commitd506c03aa0f41e4918c73e9bebcb59a01ba18e7e
tree5f0918a56d61f209e9cfc42f005e9b351a0d29b2
parentde29000e602bda55d32c266252ef63824e838ac0
BUG/MINOR: acme: fix ha_alert() call

A NULL pointer was passed as the format string, so this alert message
was never written.

Must be backported to 3.2.
src/acme.c