aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorRichard Weinberger <[email protected]>2015-04-13 00:52:38 +0200
committerDavid S. Miller <[email protected]>2015-04-13 16:35:16 -0400
commit6b46f7b7e97e58a23fd96c3bfc1efee9da3d1a3d (patch)
treefcb9129f436721ff2cb5c02f1be0b36ae726527f /scripts/gdb/linux/modules.py
parentcc6bc4486346aedbdc9ae293c0c675fd29777a98 (diff)
netfilter: Fix format string of nfnetlink_queue proc file
The printed values are all of type unsigned integer, therefore use %u instead of %d. Otherwise an user can face negative values. Fixes: $ cat /proc/net/netfilter/nfnetlink_queue 0 29508 278 2 65531 0 2004213241 -2129885586 1 1 -27747 0 2 65531 0 0 0 1 2 -27748 0 2 65531 0 0 0 1 Signed-off-by: Richard Weinberger <[email protected]> Acked-by: Pablo Neira Ayuso <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions