diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-10-17 10:57:38 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-10-17 10:57:38 +0200 |
| commit | bb146866c04bc942242a53d110716f161519a721 (patch) | |
| tree | 183ecb8c9c22f709b8db1cc6ffa10118ce1f81fd /executor/syscalls_akaros.h | |
| parent | a8a0b01a8bc49b2088d33c529198d4780f66b94a (diff) | |
executor: improvements for akaros
1. remove workaround for pthread attrs (was fixed in akaros)
2. remove workaround for dup2 (was fixed in akaros)
3. check that we receive a program
4. implement timeout for test processes
Diffstat (limited to 'executor/syscalls_akaros.h')
| -rw-r--r-- | executor/syscalls_akaros.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/executor/syscalls_akaros.h b/executor/syscalls_akaros.h index 3cdd883a2..db066273a 100644 --- a/executor/syscalls_akaros.h +++ b/executor/syscalls_akaros.h @@ -2,9 +2,9 @@ #if defined(__x86_64__) || 0 #define GOARCH "amd64" -#define SYZ_REVISION "77727415c41fde64d42084c526dfb8bf1f1abf05" +#define SYZ_REVISION "1caab53009bda97952c0c670cb9fc3e335e1d49d" -unsigned syscall_count = 36; +unsigned syscall_count = 35; call_t syscalls[] = { {"abort_sysc_fd", 33}, {"chdir", 116}, @@ -21,7 +21,6 @@ call_t syscalls[] = { {"fcntl$F_SETLK", 107}, {"fcntl$F_SETLKW", 107}, {"fcntl$F_SETOWN", 107}, - {"fork", 15}, {"fstat", 104}, {"getcwd", 117}, {"link", 112}, |
