zig/lib/libc
Alex Rønne Petersen c666ebb1f8
musl: Add unwinding protection in clone() implementations.
Whatever was in the frame pointer register prior to clone() will no longer be
valid in the child process, so zero it to protect FP-based unwinders. This is
just an extension of what was already done for i386 and x86_64. Only applied
to architectures where the _start() code also zeroes the frame pointer.
2024-12-11 00:10:17 +01:00
..
darwin macos: better SDK version detection 2023-09-25 15:53:05 -04:00
glibc glibc: Fix an LP_SIZE redefinition warning for gnux32. 2024-11-02 10:42:53 +01:00
include musl: Update headers from musl 1.2.5. 2024-11-02 10:42:53 +01:00
mingw mingw: support -municode 2024-03-27 10:05:57 +00:00
musl musl: Add unwinding protection in clone() implementations. 2024-12-11 00:10:17 +01:00
wasi Update wasi-libc to 3189cd1ceec8771e8f27faab58ad05d4d6c369ef (#15817) 2023-05-23 22:12:53 +02:00