aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 332a8a477..58e6ab66f 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -125,7 +125,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "49e283b548f639c19dd9a36c2985100da8d35119"
+#define SYZ_REVISION "75190c0fbdcd19c01861cd8fa231f6941769dfed"
#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 a4245cc13..3a1b489ff 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -17062,6 +17062,7 @@ const call_t syscalls[] = {
#if GOARCH_amd64
const call_t syscalls[] = {
{"__clone", 287},
+ {"__vfork14", 282},
{"_lwp_continue", 314},
{"_lwp_create", 309},
{"_lwp_ctl", 325},