aboutsummaryrefslogtreecommitdiff
path: root/fuzz
AgeCommit message (Collapse)AuthorFilesLines
2020-05-14test/fuzz: add missing CFLAGSMarc André Tanner1-2/+2
2017-02-20test/fuzz: add fuzzing driver for bufferMarc André Tanner5-2/+142
2017-02-20test/fuzz: add fuzzing infrastructureMarc André Tanner7-0/+260
For now we use the american fuzzy lop in the future we might also add libFuzzer support.