musl/arch
Rich Felker 4f69594689 fix dangling pointers in x32 syscall timespec fixup code
the lifetime of compound literals is the block in which they appear.
the temporary struct __timespec_kernel objects created as compound
literals no longer existed at the time their addresses were passed to
the kernel.
2015-05-01 21:22:27 -04:00
..
aarch64 fix __syscall declaration with wrong visibility in syscall_arch.h 2015-04-30 16:22:57 -04:00
arm fix __syscall declaration with wrong visibility in syscall_arch.h 2015-04-30 16:22:57 -04:00
i386 use hidden visibility for i386 asm-internal __vsyscall symbol 2015-04-14 10:22:12 -04:00
microblaze fix __syscall declaration with wrong visibility in syscall_arch.h 2015-04-30 16:22:57 -04:00
mips fix __syscall declaration with wrong visibility in syscall_arch.h 2015-04-30 16:22:57 -04:00
or1k fix __syscall declaration with wrong visibility in syscall_arch.h 2015-04-30 16:22:57 -04:00
powerpc dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
sh fix sh jmp_buf size to match ABI 2015-04-27 20:03:28 -04:00
x32 fix dangling pointers in x32 syscall timespec fixup code 2015-05-01 21:22:27 -04:00
x86_64 dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00