musl/arch/x32/src
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
..
syscall_cp_fixup.c fix dangling pointers in x32 syscall timespec fixup code 2015-05-01 21:22:27 -04:00
sysinfo.c add namespace-protected name for sysinfo function 2014-04-15 18:16:37 -04:00