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
..
2024-11-02 10:42:53 +01:00
2022-05-04 01:00:57 +02:00
2024-11-23 03:10:58 +01:00