openwrtv3/package/network/utils
Kevin Darbyshire-Bryant ad5af37ca7 iproute2: backport json_print-fix-hidden-64-bit-type-promotion
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
print_uint() will silently promote its variable type to uint64_t, but there
is nothing that ensures that the format string specifier passed along with
it fits (and the function name suggest to pass "%u").

Fix this by changing print_uint() to use a native 'unsigned int' type, and
introduce a separate print_u64() function for printing 64-bit values. All
call sites that were actually printing 64-bit values using print_uint() are
converted to use print_u64() instead.

Since print_int() was already using native int types, just add a
print_s64() to match, but don't convert any call sites.

Fixes wonkyness in some stats from some qdiscs under tc

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-05-07 08:09:05 +02:00
..
adb-enablemodem Move enablemodem from ramips to new package adb-enablemodem and make it used also by TL-MR6400 2017-05-27 07:54:40 +02:00
arptables treewide: switch git.netfilter.org to HTTPS 2017-10-08 21:10:36 +03:00
comgt treewide: fix shellscript syntax errors/typos 2017-09-13 08:07:54 +02:00
conntrack-tools add PKG_CPE_ID ids to package and tools 2017-11-17 02:24:35 +01:00
curl curl: Deprecate idn(1) support and switch to xz tarball 2018-04-16 22:01:09 +02:00
dante treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
ebtables ebtables: update to latest git 2018-04-11 2018-04-12 07:34:57 +02:00
ethtool ethtool: Update to 4.15. 2018-03-23 23:49:55 +01:00
iftop iftop: bump to latest 2018-04-27 09:59:28 +02:00
iperf iperf: bump to 2.0.10 2017-09-25 07:42:34 +03:00
iperf3 iperf3: update to 3.5 2018-03-09 22:13:22 +01:00
iproute2 iproute2: backport json_print-fix-hidden-64-bit-type-promotion 2018-05-07 08:09:05 +02:00
ipset ipset: replace patch that was reverted upstream 2017-09-26 18:18:44 +03:00
iptables iptables: fix per object LDFLAGS for aggragate object builds 2018-05-01 11:12:15 +02:00
iputils add PKG_CPE_ID ids to package and tools 2017-11-17 02:24:35 +01:00
iw iw: update to version 4.14 2018-02-28 12:46:02 +01:00
iwcap iwcap: fix handling kill signal during dump 2017-03-14 13:29:03 +01:00
iwinfo iwinfo: update to latest git HEAD 2018-02-15 04:57:38 +01:00
layerscape/restool layerscape: update restool to 2017-12-03 2018-02-13 10:01:49 +01:00
linux-atm linux-atm: add br2684ctl option to specify the netdev name 2018-01-10 08:08:53 +01:00
maccalc network/utils/maccalc: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
nftables nftables: update to 0.8.2, backport flowtable support 2018-02-21 20:12:41 +01:00
owipcalc network/utils/owipcalc: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
resolveip network/utils/resolveip: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
rssileds rssileds: Fix build with external toolchains 2017-03-01 17:19:52 -08:00
tcpdump add PKG_CPE_ID ids to package and tools 2017-11-17 02:24:35 +01:00
umbim treewide: replace LEDE_GIT with PROJECT_GIT 2018-01-10 21:27:32 +01:00
uqmi network/uqmi: pipe the output off qmi_wds_stop to /dev/null 2018-04-19 14:39:38 +02:00
wireless-tools wireless-tools: Change download url to github 2017-02-28 20:22:10 +01:00
wpan-tools libs/libnl: Update to 3.3.0 2017-10-15 00:24:22 +02:00
wwan wwan: json format in some modem definitions 2017-09-16 23:04:46 +02:00