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 45a10eef7..fc1f417f5 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -143,7 +143,7 @@ struct call_attrs_t {
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "349aaeb62f14cb232ec4fa613f52453c7c3a19e4"
+#define SYZ_REVISION "f2becd7444a1275207a36e0139d39ecbd3806cb4"
#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 9ace3d237..d929d9ccf 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -21981,6 +21981,7 @@ const call_t syscalls[] = {
{"getsockopt$sock_timeval", 118},
{"getuid", 24},
{"lchflags", 304},
+ {"lchmod", 274},
{"lchown", 275},
{"link", 9},
{"linkat", 457},