aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h4
-rw-r--r--executor/syscalls.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index dbe5891ec..bbe4abc5e 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -20,7 +20,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "4c27def18c07f57e4d983d0230b597b056fabe4b"
+#define SYZ_REVISION "8074f23eefed54c8bdf9e8cad786491a5305d9d5"
#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 "16e8d525d1a67c5f707e87016e26cf35faa18cbe"
+#define SYZ_REVISION "99988fd78c6400ce0ba24ed2e97bb131b5f223e9"
#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 12d3cf07d..d4e0cf880 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -482,6 +482,7 @@ const call_t syscalls[] = {
{"ioctl$DIOCXBEGIN", 54},
{"ioctl$DIOCXCOMMIT", 54},
{"ioctl$DIOCXROLLBACK", 54},
+ {"lchmod", 274},
{"lchown", 254},
{"link", 9},
{"linkat", 495},
@@ -987,6 +988,7 @@ const call_t syscalls[] = {
{"ioctl$DIOCXBEGIN", 54},
{"ioctl$DIOCXCOMMIT", 54},
{"ioctl$DIOCXROLLBACK", 54},
+ {"lchmod", 274},
{"lchown", 254},
{"link", 9},
{"linkat", 495},