aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_netbsd.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-06-30 13:27:24 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-06-30 13:27:24 +0200
commit5012ddc8ebeb996abdf6da94fbd489420860d5e9 (patch)
treef1a03b439e94c3c2a6b4427c13b3db5765272562 /executor/syscalls_netbsd.h
parent906b9e38f1042fb822a8b568e3633b575a8bc71d (diff)
prog: detect when flags are a bitmask
Diffstat (limited to 'executor/syscalls_netbsd.h')
-rw-r--r--executor/syscalls_netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/syscalls_netbsd.h b/executor/syscalls_netbsd.h
index 9d2354f67..083e2ef22 100644
--- a/executor/syscalls_netbsd.h
+++ b/executor/syscalls_netbsd.h
@@ -2,7 +2,7 @@
#if defined(__x86_64__) || 0
#define GOARCH "amd64"
-#define SYZ_REVISION "1c3f97d7ba7aa2f74ff155a040df838ef118c890"
+#define SYZ_REVISION "06c0b32b546c6ae12f28b30331f8fac32b0a81bf"
#define SYZ_EXECUTOR_USES_FORK_SERVER true
#define SYZ_EXECUTOR_USES_SHMEM true
#define SYZ_PAGE_SIZE 4096