diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index 21b54c955..2df5b419a 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -175,7 +175,7 @@ #if GOARCH_64 #define GOARCH "64" -#define SYZ_REVISION "aaee55a3532998a140b25dc52cc113c4de048dd2" +#define SYZ_REVISION "71d8f9a8f2ed06129920bb9f60aef16fb9ca749b" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index 12934de75..0a6286814 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -16307,11 +16307,13 @@ const call_t syscalls[] = { {"foo$fmt5", 0}, {"minimize$0", 0}, {"mutate$array", 0}, + {"mutate$array2", 0}, {"mutate$flags", 0}, {"mutate$flags2", 0}, {"mutate$flags3", 0}, {"mutate$integer", 0}, {"mutate$integer2", 0}, + {"mutate$union", 0}, {"mutate0", 0}, {"mutate1", 0}, {"mutate2", 0}, |
