diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index d045a8b05..56832d831 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -130,7 +130,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "9323c36f6354363bbc8628c16d604d46362805d5" +#define SYZ_REVISION "c733e73f8e86521a832739688afba80475b07ef0" #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 cf86e0db3..9f246f470 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -14470,6 +14470,8 @@ const call_t syscalls[] = { {"bind$inet6", 104}, {"bind$unix", 104}, {"chdir", 12}, + {"chflags", 34}, + {"chflagsat", 107}, {"chmod", 15}, {"chown", 16}, {"chroot", 61}, @@ -14486,6 +14488,7 @@ const call_t syscalls[] = { {"execve", 59}, {"faccessat", 313}, {"fchdir", 13}, + {"fchflags", 35}, {"fchmod", 124}, {"fchmodat", 314}, {"fchown", 123}, |
