aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-01-03 16:22:23 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-01-26 09:31:18 +0100
commit3d7ad96eb0aa453b26e3685ffd5975697a1d06e2 (patch)
treef432cb4a43b523bcf6ad9f48cd3fba4855400f5e /executor
parent66ff894ef51e506037882bd6e24e5cc5ec258448 (diff)
sys/openbsd: add openat${null,zero}
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index b3ee8dfc2..6ae2a828e 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -130,7 +130,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "1fb3c14be5aef9eaeff451056b396f2846fa99a2"
+#define SYZ_REVISION "023de49add0ad7066aed10a35ae617c49a4591cb"
#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 c01e425b1..61704f60c 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -14348,6 +14348,8 @@ const call_t syscalls[] = {
{"open", 5},
{"open$dir", 5},
{"openat", 321},
+ {"openat$null", 321},
+ {"openat$zero", 321},
{"pipe", 263},
{"pipe2", 101},
{"pledge", 108},