openwrtv3/package
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
..
base-files sysctl: Protect hard/symlinks by default. 2018-05-01 11:19:03 +02:00
boot at91: Add SAMA5D2 PTC EK board 2018-05-05 06:55:22 +02:00
devel perf: restrict libunwind dependency to archs that actually support libunwind 2018-02-25 17:03:42 +01:00
firmware ipq-wifi: drop custom board-2.bins 2018-04-23 22:07:22 +02:00
kernel ath79: add new OF only target for QCA MIPS silicon 2018-05-07 08:06:51 +02:00
libs libusb: Add SourceForge mirror. 2018-05-02 09:18:26 +02:00
network iproute2: backport json_print-fix-hidden-64-bit-type-promotion 2018-05-07 08:09:05 +02:00
system ca-certificates: Update to Version 20180409 2018-05-05 09:32:04 +02:00
utils mtd-utils: activate --gc-sections 2018-04-28 15:29:22 +02:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00