]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: acme: don't pass NULL into format string
authorEgor Shestakov <egor@ved1.me>
Mon, 13 Apr 2026 16:29:01 +0000 (16:29 +0000)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Apr 2026 16:56:13 +0000 (18:56 +0200)
commit79c54d28b00f590fdadde5ba44bb8e693398536c
tree0cec9dfe0e280f0cabcde78e9442e07716b1af6e
parent53679fe5f6fbeb33490be4a0d9626e473346c280
BUG/MINOR: acme: don't pass NULL into format string

Printing a "(null)" when NULL passed with the %s format specifier is a
GNU extension, so it must be avoided for portability reasons.

Must be backported as far as 3.2
src/acme.c