aboutsummaryrefslogtreecommitdiff
path: root/fuzz/bignum.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-03Don't turn b2 negativeKurt Roeckx1-3/+1
2017-01-06Make the bignum fuzzer reproducibleKurt Roeckx1-18/+23
2016-12-03bignum fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx1-14/+20
2016-12-03Add a FuzzerClean() functionKurt Roeckx1-0/+4
2016-12-03Fix formatting of fuzzersKurt Roeckx1-2/+4
2016-07-01fix 'set but not used' warningDr. Stephen Henson1-2/+0
2016-07-01Run the fuzzing corpora as tests.Ben Laurie1-7/+12
2016-06-04Add support for fuzzing with AFLKurt Roeckx1-1/+1
2016-05-07Add fuzzing!Ben Laurie1-0/+91