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, 1 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index fd3f039a6..bb00161ae 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -130,7 +130,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "2d0d3f664f6bd0c06c5403484fa99bb7d54d240c"
+#define SYZ_REVISION "1fb3c14be5aef9eaeff451056b396f2846fa99a2"
#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 c31c6694d..133786452 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -14274,7 +14274,6 @@ const call_t syscalls[] = {
{"lseek", 199},
{"lstat", 40},
{"madvise", 75},
- {"mincore", 78},
{"minherit", 250},
{"mkdir", 136},
{"mkdirat", 318},