aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h4
-rw-r--r--executor/syscalls.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 657364c2e..3e0d74f6f 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -20,7 +20,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "325e7f88c9a9be6d5408e8f4b16b46a7dfa46701"
+#define SYZ_REVISION "9153d8fbbe6b117424690a313cf2b7a3a1f02c34"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -30,7 +30,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "240c65c5b7b17b0d4a6d7365323733dd48fc9118"
+#define SYZ_REVISION "b3574571fbfa175bbf91c857af8d5e6db2d92ccf"
#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 130d42ac6..ced2bbee3 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -252,6 +252,8 @@ const call_t syscalls[] = {
{"bind$inet", 104},
{"bind$inet6", 104},
{"bind$unix", 104},
+ {"bindat", 538},
+ {"bindat$unix", 538},
{"chdir", 12},
{"chflags", 34},
{"chflagsat", 540},
@@ -770,6 +772,8 @@ const call_t syscalls[] = {
{"bind$inet", 104},
{"bind$inet6", 104},
{"bind$unix", 104},
+ {"bindat", 538},
+ {"bindat$unix", 538},
{"chdir", 12},
{"chflags", 34},
{"chflagsat", 540},