summaryrefslogtreecommitdiffstats
path: root/tests/fuzztest/fuzzstub.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-01Fix bug in fuzzstub.Petteri Aimonen1-1/+1
The fread call always returned a message length of 1 byte, making the fuzz stub used for external fuzzers useless. The normal fuzztest.c was unaffected. Bug found using afl-fuzz.
2014-12-26Move malloc_wrappers.c to tests/commonPetteri Aimonen1-1/+1
2014-09-11Add a fuzz testing stub for ability to use external generators alsoPetteri Aimonen1-0/+189