]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD/DEBUG: hpack-tbl: fix format string in standalone debug code
authorWilly Tarreau <w@1wt.eu>
Tue, 12 Apr 2022 06:30:08 +0000 (08:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Apr 2022 06:30:08 +0000 (08:30 +0200)
commit160e74bb9eb78be7b4c19802cf1a1c83e389d4ba
tree8256b2065f3c71d68c3f5beedb0998de6c7737cb
parent2645b34341495bef56a59664a83de886bef53d81
BUILD/DEBUG: hpack-tbl: fix format string in standalone debug code

In issue #1184, cppcheck reports that an incorrect format "%d" was
used to print an unsigned in the debug code, though values are always
very small and this will never be an issue.
src/hpack-tbl.c