aboutsummaryrefslogtreecommitdiff
path: root/fuzz/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-05-30test/fuzz: simplify MakefileMarc André Tanner1-2/+4
2020-05-14test/fuzz: add libfuzzer target for text data structureMarc André Tanner1-3/+11
This reuses the existing fuzzing driver initially written for afl-fuzz. As a consequence, quite a bit of stdio code is involved which is probably not optimal.
2020-05-14test/fuzz: add missing CFLAGSMarc André Tanner1-2/+2
2017-02-20test/fuzz: add fuzzing driver for bufferMarc André Tanner1-2/+11
2017-02-20test/fuzz: add fuzzing infrastructureMarc André Tanner1-0/+28
For now we use the american fuzzy lop in the future we might also add libFuzzer support.