M2-Planet/test/test0104
Michael Schierl 608fba306f Fix x86 close syscall and test 0104
The close syscall was missing an indirection and therefore closed random
file descriptors (very visible in strace output).

Test 0104 did not properly null terminate the envp, resulting in -EFAULT
on execve syscall in case the next value in memory does not happen to be
0 (which it seems to be right now).
2020-12-21 16:57:17 +01:00
..
.gitignore Major relocation of tests to better structure for future additions 2020-02-28 18:27:12 -05:00
cleanup.sh Major relocation of tests to better structure for future additions 2020-02-28 18:27:12 -05:00
hello-aarch64.sh Release 1.6.0 2020-04-30 22:35:22 -04:00
hello-amd64.sh Release 1.6.0 2020-04-30 22:35:22 -04:00
hello-armv7l.sh Release 1.6.0 2020-04-30 22:35:22 -04:00
hello-x86.sh Release 1.6.0 2020-04-30 22:35:22 -04:00
kaem.c Fix x86 close syscall and test 0104 2020-12-21 16:57:17 +01:00
kaem.run Major relocation of tests to better structure for future additions 2020-02-28 18:27:12 -05:00