]> git.kaiwu.me - haproxy.git/commit
BUILD: halog: fix some incorrect signs in printf formats for integers
authorWilly Tarreau <w@1wt.eu>
Tue, 12 Apr 2022 06:37:22 +0000 (08:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Apr 2022 06:40:38 +0000 (08:40 +0200)
commite0b3a8b5a2e38f35bb957cedc530ae184c26d912
tree7c76b5dab8850e4197b6e990a68b00b6b4c14f48
parent3b757485428bc56e8776cca2edf243b042712800
BUILD: halog: fix some incorrect signs in printf formats for integers

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".
admin/halog/fgets2.c
admin/halog/halog.c