summaryrefslogtreecommitdiff
path: root/fuzz/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in fuzz/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* fuzz/driver.c: appease -Wmissing-prototypesPatrick Steuer2018-09-071-0/+3
* 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