diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index 6ae2a828e..e04e372e5 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -130,7 +130,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "023de49add0ad7066aed10a35ae617c49a4591cb" +#define SYZ_REVISION "60f5ad8b1c83995c0a87e47932b16ce569a0c5c1" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index 61704f60c..b12ebefa4 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -14349,6 +14349,7 @@ const call_t syscalls[] = { {"open$dir", 5}, {"openat", 321}, {"openat$null", 321}, + {"openat$tty", 321}, {"openat$zero", 321}, {"pipe", 263}, {"pipe2", 101}, |
