From ac93d7e1d83ffac19983e9d754a47e7808f1230e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 28 Nov 2017 14:27:28 +0100 Subject: pkg/compiler: add check that len does not refer to array with varlen elements This [almost] always means a bug in descriptions. Fix all bugs identified by the check. --- executor/syscalls_freebsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/syscalls_freebsd.h') diff --git a/executor/syscalls_freebsd.h b/executor/syscalls_freebsd.h index 09e129ec4..598105767 100644 --- a/executor/syscalls_freebsd.h +++ b/executor/syscalls_freebsd.h @@ -2,7 +2,7 @@ #if defined(__x86_64__) || 0 #define GOARCH "amd64" -#define SYZ_REVISION "3daf5c34426e30649a123866a30a5aad1ace2db2" +#define SYZ_REVISION "c26bf7b88409b952bbd71df82a0fd04fba60a218" unsigned syscall_count = 254; call_t syscalls[] = { -- cgit mrf-deployment