]> git.kaiwu.me - haproxy.git/commit
BUILD: haterm: don't pass size_t to %lu in error messages
authorWilly Tarreau <w@1wt.eu>
Sat, 18 Apr 2026 09:25:30 +0000 (11:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 18 Apr 2026 09:25:30 +0000 (11:25 +0200)
commitbb59ba0a989f8af6c2d69098b6da5b7a9b0ae41c
tree7be6dcab1632e7100e2a207d86eea80ed78b4ca5
parentce876ae25dc4da67f56545eeac12e22de9a82f97
BUILD: haterm: don't pass size_t to %lu in error messages

It fails on 32-bit systems, let's cast it to ulong like in other places.
No backport needed.
src/haterm.c