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 a24cad791..b9b1f306e 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -140,7 +140,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "25b5d4aba6e9c263a9a1612d0fdf90ba439178fe" +#define SYZ_REVISION "046b8d64999817e17f0813efa9e374d2ee520a81" #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 546f92d1a..4584b301d 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15738,6 +15738,7 @@ const call_t syscalls[] = { {"ioctl$KDSETLED", 54}, {"ioctl$KDSETMODE", 54}, {"ioctl$KDSETRAD", 54}, + {"ioctl$LIOCSFD", 54}, {"ioctl$PCIOCGETROM", 54}, {"ioctl$PCIOCREAD", 54}, {"ioctl$PCIOCWRITE", 54}, @@ -15855,6 +15856,7 @@ const call_t syscalls[] = { {"open$dir", 5}, {"openat", 321}, {"openat$bpf", 321}, + {"openat$klog", 321}, {"openat$null", 321}, {"openat$pci", 321}, {"openat$tty", 321}, @@ -15901,6 +15903,7 @@ const call_t syscalls[] = { {"semop", 290}, {"sendmsg", 28}, {"sendmsg$unix", 28}, + {"sendsyslog", 112}, {"sendto", 133}, {"sendto$inet", 133}, {"sendto$inet6", 133}, |
