aboutsummaryrefslogtreecommitdiff
path: root/fuzz/driver.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in fuzz/Richard Levitte1-1/+1
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-09-07fuzz/driver.c: appease -Wmissing-prototypesPatrick Steuer1-0/+3
2016-12-03Add a FuzzerClean() functionKurt Roeckx1-0/+2
2016-12-03FuzzerInitialize always existsKurt Roeckx1-5/+2
2016-12-03Fix formatting of fuzzersKurt Roeckx1-1/+2
2016-06-11include stdlib for malloc() and free()Kurt Roeckx1-0/+1
2016-06-04Add support for fuzzing with AFLKurt Roeckx1-0/+51