commit | 01d1494471798d6b91af9813d1d6c3e13a55536c | [log] [tgz] |
---|---|---|
author | Dmitry Vyukov <dvyukov@google.com> | Wed May 15 10:04:22 2019 +0200 |
committer | Dmitry Vyukov <dvyukov@google.com> | Wed May 15 11:39:31 2019 +0200 |
tree | c9085d910fe6f0f7ec56149723a23c46d565039d | |
parent | bd4e3ac77b56f644b6e5afc8c43c8a77848dbb52 [diff] |
.golangci.yml: add codeanalysis build tag Using a build tag to exclude files for golangci-lint reduces memory consumption (it does not parse them). The naive attempt with skip-dirs did not work. So add codeanalysis build tag and use it in auto-generated files. Update #977
syzkaller
is an unsupervised coverage-guided kernel fuzzer.
Supported OSes: Akaros
, FreeBSD
, Fuchsia
, gVisor
, Linux
, NetBSD
, OpenBSD
, Windows
.
Mailing list: syzkaller@googlegroups.com (join on web or by email).
Found bugs: Akaros, Darwin/XNU, FreeBSD, Linux, NetBSD, OpenBSD, Windows.
Initially, syzkaller was developed with Linux kernel fuzzing in mind, but now it's being extended to support other OS kernels as well. Most of the documentation at this moment is related to the Linux kernel. For other OS kernels check: Akaros, Darwin/XNU, FreeBSD, Fuchsia, NetBSD, OpenBSD, Windows, gVisor.
This is not an official Google product.