- Jan 08, 2023
-
-
Adam Borowski authored
Per #1027832. This reverts commit 7d4194cd.
-
- Jan 02, 2023
-
-
Adam Borowski authored
-
Adam Borowski authored
It's Priority:required but not build-essential.
-
- Feb 02, 2022
-
-
Adam Borowski authored
-
Adam Borowski authored
-
Reini Urban authored
Fixed powerpc perf tests only. No need for others to upgrade
-
Reini Urban authored
Fixes GH #113, reported by @kilobyte
-
- Jan 30, 2022
-
-
Reini Urban authored
but disable it for now, until we can find out how to start a build
-
Reini Urban authored
we have a good one at github
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
- Jan 29, 2022
-
-
Reini Urban authored
-
Reini Urban authored
-
Reini Urban authored
Still better than shipping the UCD files. Fixes GH #112
-
Reini Urban authored
Fixes GH #110, by Tomasz Kłoczko (@kloczek)
-
Reini Urban authored
-
Reini Urban authored
and adjust tests. we are at 15 already (!), latest perl5.35 just at 14
-
Reini Urban authored
-
Reini Urban authored
-
- Jan 28, 2022
-
-
Reini Urban authored
Thanks to @ulatekh, GH #109
-
Reini Urban authored
-
Reini Urban authored
-
Reini Urban authored
no update, which is broken
-
- Jan 14, 2022
-
-
Reini Urban authored
-
Fabrice Fontaine authored
Allow the user to disable hardening which is enabled by default since version 02092020 and https://github.com/rurban/safeclib/commit/caa4408eb4a5c767f0474258af3b6ccf444e10aa to avoid the following build failure when the toolchain doesn't support stack-protector: /home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain/m68k-buildroot-uclinux-uclibc/bin/ld.real: ../src/.libs/libsafec-3.6.0.a(safe_mem_constraint.o): in function `handle_mem_bos_chk_warn': safe_mem_constraint.c:(.text+0x40): undefined reference to `__stack_chk_guard' Fixes: - http://autobuild.buildroot.org/results/a481ee2d26a094358b0298617cce691be3077f22 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- Dec 13, 2021
-
-
Reini Urban authored
-fno-strict-aliasing -fno-strict-overflow -fno-delete-null-pointer-checks -fno-lifetime-dse to restrict wrong UB optimizations. See https://gcc.gnu.org/wiki/boringcc
-
- Nov 22, 2021
-
-
Reini Urban authored
-
Reini Urban authored
The kernel caches the stat mode, fchmod fails. So close the file, and re-open with wrong perms. some windows variants return EINVAL with fopen w+ (not wine, but on Github actions Windows Server 2019), so workaround that quirks
-
- Nov 17, 2021
-
-
Reini Urban authored
-
Reini Urban authored
not just EBADF on closed files. also permission errors. use fputc instead of fprintf internally. test: also check the written filecontent.
-
Reini Urban authored
-
Reini Urban authored
return the result of the systemcall. esp. for print to stdout or FILE. Fixes the unportability of the latest test_vfprintf_s across libc's.
-
Reini Urban authored
as formerly only with musl or msvcrt, but now for all libc's. With the optional ENABLE_ILLEGAL_FORMATSPECIFIER you get back the old glibc and bsd libc behaviour. (when people forget about %% to print a single %)
-
Reini Urban authored
-
Reini Urban authored
using _ is reserved
-
Reini Urban authored
-
Reini Urban authored
check BOS(base) if known
-
Reini Urban authored
warning: return value '-ESNULLP' of *printf_s has multiple documentation sections
-
Reini Urban authored
-