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_netbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/syscalls_netbsd.h') diff --git a/executor/syscalls_netbsd.h b/executor/syscalls_netbsd.h index d31a41ef5..8f17c8ca4 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 "b8cf507bff6e073c3fe77c8ab8b9a47cbcf66359" +#define SYZ_REVISION "ca4e4e7a0242c62214994f9291c68aa68bccd07c" unsigned syscall_count = 188; call_t syscalls[] = { -- cgit mrf-deployment