| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fuzz.yaml: rename to fuzzbuzz.yaml | Dmitry Vyukov | 2019-07-19 | 1 | -30/+0 |
| | | | | | Newsletter says we need to change the name. | ||||
| * | prog/test: rename prog/fuzz to prog/test | Dmitry Vyukov | 2019-04-01 | 1 | -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 parsing | Dmitry Vyukov | 2019-03-29 | 1 | -0/+10 |
| | | | | | | | Add fuzzer for Deserialize and fix 5 or so bugs it found. Fixes #1086 | ||||
| * | fuzz.yaml: add pkg/compiler and trace2syz fuzzers | Dmitry Vyukov | 2019-03-05 | 1 | -3/+13 |
| | | |||||
| * | fuzz.yaml: add syz_target tag | Dmitry Vyukov | 2019-03-05 | 1 | -0/+1 |
| | | | | | With all targets builtin it crashes fuzzbuzz with OOM. | ||||
| * | fuzz.yaml: add fuzzer metadata for fuzzbuzz.io | Dmitry Vyukov | 2019-03-05 | 1 | -0/+9 |
| Let's see how this works! | |||||
