syzkaller/sys
Dmitry Vyukov 3e0ce485a1 tools/syz-linter: check variable declarations
Warn about:

var x int = foo

In most cases this can be expressed shorter as:

var x int
x := foo
x := int(foo)

Update #1876
2020-07-06 08:23:03 +02:00
..
akaros Makefile: generate descriptions on-the-fly 2020-04-30 17:18:29 +02:00
android sys/android: dev_ prefix for ion descriptions 2020-05-07 11:26:03 +02:00
freebsd sys/freebsd: update SCTP related socket options for FreeBSD 2020-06-21 12:54:51 -04:00
fuchsia all: fix dup types in func args 2020-07-04 15:05:30 +02:00
linux sys/linux: improved the descriptions for cgroup 2020-07-05 09:14:39 +02:00
netbsd Adding stat(2) and statfs(2) related syscalls (#1855) 2020-06-26 13:26:51 -07:00
openbsd tools/syz-linter: check variable declarations 2020-07-06 08:23:03 +02:00
syz-extract all: fix dup types in func args 2020-07-04 15:05:30 +02:00
syz-sysgen sys/syz-sysgen: ignore *_kvm.txt on linux/riscv64 2020-06-26 16:41:30 +02:00
targets sys/targets: add support for linux/riscv64 2020-06-26 16:41:30 +02:00
test target: support of big-endian architectures 2020-06-23 21:24:30 +02:00
trusty Makefile: generate descriptions on-the-fly 2020-04-30 17:18:29 +02:00
windows prog: introduce Field type 2020-05-02 12:16:06 +02:00
sys.go prog: dump orig prog if Deserialize panics 2020-02-21 10:22:07 +01:00