Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-01 | Fix bug in fuzzstub. | 1 | -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-26 | Move malloc_wrappers.c to tests/common | 1 | -1/+1 | ||
2014-09-11 | Add a fuzz testing stub for ability to use external generators also | 1 | -0/+189 | ||