aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-08-29 19:05:45 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-08-29 19:10:27 +0200
commitd6b542c89e1ba8ca407285c3c1715077d230581f (patch)
tree127dc8a700f71d37394d620baedddec81a36ea83 /Makefile.in
parentFix pointer dereference (diff)
downloadfirejail-d6b542c89e1ba8ca407285c3c1715077d230581f.tar.gz
firejail-d6b542c89e1ba8ca407285c3c1715077d230581f.tar.zst
firejail-d6b542c89e1ba8ca407285c3c1715077d230581f.zip
pidstr needs 11 bytes (10 + NULL)
also use %d because index is signed int. Found by compiler: netstats.c:165:23: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=] snprintf(pidstr, 10, "%u", index); ^~~~ In file included from /usr/include/stdio.h:938:0, from firemon.h:24, from netstats.c:20: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 2 and 11 bytes into a destination of size 10
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions