diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-11-28 14:27:28 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-28 14:55:21 +0100 |
| commit | ac93d7e1d83ffac19983e9d754a47e7808f1230e (patch) | |
| tree | 3fa594e98d47bd7e23d64594e196bc6c6a4bf408 /executor/syscalls_freebsd.h | |
| parent | afba0b55e6d3692ac33c71553cb4cf61fc6a53e4 (diff) | |
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.
Diffstat (limited to 'executor/syscalls_freebsd.h')
| -rw-r--r-- | executor/syscalls_freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |
