diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index d95994099..0898ea0f3 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -140,7 +140,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "6255253f9674826c8aeacb80503607f3c81dade2" +#define SYZ_REVISION "7f4015fe5d4b3777d30d2d5dd379e3de766e0e8e" #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 bf68d080e..1c66634dd 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15971,6 +15971,7 @@ const call_t syscalls[] = { {"ioctl$WSDISPLAYIO_GVIDEO", 54}, {"ioctl$WSDISPLAYIO_LDFONT", 54}, {"ioctl$WSDISPLAYIO_LSFONT", 54}, + {"ioctl$WSDISPLAYIO_SBURNER", 54}, {"ioctl$WSDISPLAYIO_SETSCREEN", 54}, {"ioctl$WSDISPLAYIO_SMODE", 54}, {"ioctl$WSDISPLAYIO_SVIDEO", 54}, |
