summaryrefslogtreecommitdiff
path: root/fuzz/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Add a FuzzerClean() functionKurt Roeckx2016-12-031-0/+2
* FuzzerInitialize always existsKurt Roeckx2016-12-031-5/+2
* Fix formatting of fuzzersKurt Roeckx2016-12-031-1/+2
* include stdlib for malloc() and free()Kurt Roeckx2016-06-111-0/+1
* Add support for fuzzing with AFLKurt Roeckx2016-06-041-0/+51