aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz.yaml
Commit message (Collapse)AuthorAgeFilesLines
* fuzz.yaml: rename to fuzzbuzz.yamlDmitry Vyukov2019-07-191-30/+0
| | | | Newsletter says we need to change the name.
* prog/test: rename prog/fuzz to prog/testDmitry Vyukov2019-04-011-6/+6
| | | | | | gometalinter complained about fuzz.FuzzFoo names, but go-fuzz now requires all fuzz functions to start with Fuzz. So move the package to prog/test.
* prog: fix a bunch of bugs in parsingDmitry Vyukov2019-03-291-0/+10
| | | | | | Add fuzzer for Deserialize and fix 5 or so bugs it found. Fixes #1086
* fuzz.yaml: add pkg/compiler and trace2syz fuzzersDmitry Vyukov2019-03-051-3/+13
|
* fuzz.yaml: add syz_target tagDmitry Vyukov2019-03-051-0/+1
| | | | With all targets builtin it crashes fuzzbuzz with OOM.
* fuzz.yaml: add fuzzer metadata for fuzzbuzz.ioDmitry Vyukov2019-03-051-0/+9
Let's see how this works!