NetBSD/sys/lib
rin 9bacf14f2a libsa/printf: Do not fetch long va_arg as long long.
This does real harm iff all of the following conditions are satisfied:

(1) On ILP32 architectures.
(2) Both LIBSA_PRINTF_LONGLONG_SUPPORT and LIBSA_PRINTF_WIDTH_SUPPORT
    compile-time options are enabled.
(3) Width field is used with 'l' modifier.

This is an implicit-fallthrough bug, but unfortunately, GCC 10.4 cannot
find this out somehow...

XXX
Pull up to netbsd-10 and netbsd-9. netbsd-8 is not affected.
2023-05-29 03:56:52 +00:00
..
libgnuefi
libkern libkern: fix wrong escaping in makefile 2022-06-19 18:28:16 +00:00
libsa libsa/printf: Do not fetch long va_arg as long long. 2023-05-29 03:56:52 +00:00
libunwind Fix editing mishap, should fix the build 2022-06-27 06:45:14 +00:00
libx86emu Build x86emu.c with -fno-inline, otherwise all of the auto-inlining 2020-12-04 00:43:00 +00:00
libz Whitespace alignment nit. 2020-09-28 02:44:34 +00:00