syzkaller/pkg/csource
Jason A. Donenfeld c5ed587f4a
wireguard: setup some initial devices in a triangle
* wireguard: setup some initial devices in a triangle

The fuzzer will wind up undoing some of this, which is fine, but at
least it now has the chance of hitting some other paths it wasn't
before.

Closes: #1599

* wireguard: make code ugly after `make generate` pass

* wireguard: get rid of unused structs that are still interesting

* wireguard: compile in C++ mode with gcc 7

Complex designated initializers are only supported in C++ mode from gcc
8, and for whatever reason syzkaller wants to be compiled in C++ mode.

* wireguard: add braces around debug statements for checker

* wireguard: regenerate go source
2020-02-13 15:28:57 +01:00
..
build.go pkg/csource: allow to ignore warnings during build 2019-03-21 13:30:12 +01:00
common.go pkg/csource: rename some options 2019-11-16 09:58:54 +01:00
csource_test.go pkg/csource: don't print too much error output 2020-02-13 13:26:26 +01:00
csource.go executor: fix syz_mount_image 2019-12-10 16:08:35 +01:00
gen.go all: add basic USB fuzzing support 2019-04-11 16:24:45 +02:00
generated.go wireguard: setup some initial devices in a triangle 2020-02-13 15:28:57 +01:00
options_test.go pkg/csource: rename some options 2019-11-16 09:58:54 +01:00
options.go pkg/csource: rename some options 2019-11-16 09:58:54 +01:00
race_test.go pkg/csource: fix test exit code 2018-05-07 20:40:44 +02:00