aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 0b56589da..81d1b77fa 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -125,7 +125,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "db1d9602f5022150750b100d946feef07e2446c4"
+#define SYZ_REVISION "96be9781647711050e565dac893dacbf183be15d"
#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 3d3b40663..bf68d080e 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -15623,6 +15623,7 @@ const call_t syscalls[] = {
{"dup", 41},
{"dup2", 90},
{"execve", 59},
+ {"exit", 1},
{"faccessat", 462},
{"fchdir", 13},
{"fchmod", 124},
@@ -15705,6 +15706,7 @@ const call_t syscalls[] = {
{"pipe2", 453},
{"poll", 209},
{"preadv", 289},
+ {"ptrace", 26},
{"pwritev", 290},
{"read", 3},
{"readlink", 58},