diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index abc55e1e7..1a2c2969b 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -130,7 +130,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "fed31a69d794e7ddd91acc058a2fb8e2ca8ea87a" +#define SYZ_REVISION "90be3ee14a0e5373833cca67711a81b67f77813d" #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 905e14105..4e18dbf72 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -14815,6 +14815,11 @@ const call_t syscalls[] = { {"ioctl$BIOCSRSIG", 54}, {"ioctl$BIOCSRTIMEOUT", 54}, {"ioctl$BIOCVERSION", 54}, + {"ioctl$FIOASYNC", 54}, + {"ioctl$FIOGETOWN", 54}, + {"ioctl$FIONBIO", 54}, + {"ioctl$FIONREAD", 54}, + {"ioctl$FIOSETOWN", 54}, {"ioctl$KDDISABIO", 54}, {"ioctl$KDENABIO", 54}, {"ioctl$KDGETLED", 54}, |
