aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h4
-rw-r--r--executor/syscalls.h8
2 files changed, 10 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 4069e573c..657364c2e 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -20,7 +20,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "9aa913dd00fd9a77ce8244e6e146d09fdad95e8f"
+#define SYZ_REVISION "325e7f88c9a9be6d5408e8f4b16b46a7dfa46701"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -30,7 +30,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "d6baa2c780ceca787d2bfc2b770607581ff9e055"
+#define SYZ_REVISION "240c65c5b7b17b0d4a6d7365323733dd48fc9118"
#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 e58566d53..130d42ac6 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -297,6 +297,7 @@ const call_t syscalls[] = {
{"freebsd11_mknod", 14},
{"freebsd11_mknodat", 498},
{"freebsd11_stat", 188},
+ {"freebsd12_shm_open", 482},
{"fstat", 551},
{"fsync", 95},
{"ftruncate", 480},
@@ -687,6 +688,9 @@ const call_t syscalls[] = {
{"setsockopt$sock_linger", 105},
{"setsockopt$sock_timeval", 105},
{"setuid", 23},
+ {"shm_open2", 571},
+ {"shm_rename", 572},
+ {"shm_unlink", 483},
{"shmat", 228},
{"shmctl$IPC_INFO", 512},
{"shmctl$IPC_RMID", 512},
@@ -811,6 +815,7 @@ const call_t syscalls[] = {
{"freebsd11_mknod", 14},
{"freebsd11_mknodat", 498},
{"freebsd11_stat", 188},
+ {"freebsd12_shm_open", 482},
{"fstat", 551},
{"fsync", 95},
{"ftruncate", 480},
@@ -1201,6 +1206,9 @@ const call_t syscalls[] = {
{"setsockopt$sock_linger", 105},
{"setsockopt$sock_timeval", 105},
{"setuid", 23},
+ {"shm_open2", 571},
+ {"shm_rename", 572},
+ {"shm_unlink", 483},
{"shmat", 228},
{"shmctl$IPC_INFO", 512},
{"shmctl$IPC_RMID", 512},