mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-31 16:42:05 +02:00
In issue #1184, cppcheck found several issues in the printf formats used to display integers, some of which are unsigned but which used to still rely on "%d".