summaryrefslogtreecommitdiff
path: root/fuzz-wrapfd.c
Commit message (Collapse)AuthorAgeFilesLines
* workaround memory sanitizer FD_ZERO false positivesMatt Johnston2018-03-061-2/+4
|
* try and improve the odds of useful fuzzer activityMatt Johnston2018-03-041-6/+6
|
* some linting after fuzz merge (#60)Fran?ois Perrad2018-03-031-1/+1
| | | | | | | | * fix prototype * remove extra comma * use m_free after m_strdup
* Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston2018-02-281-10/+10
|
* compile fixesMatt Johnston2018-02-211-7/+7
|
* fix building with DEBUG_TRACEMatt Johnston2017-05-261-1/+1
|
* rearrange, all fuzzers now call fuzzer_set_input()Matt Johnston2017-05-251-1/+5
|
* ignore wrapfd_close for unknownMatt Johnston2017-05-211-3/+9
|
* glaring wrapfd problems fixedMatt Johnston2017-05-201-8/+19
|
* closer to workingMatt Johnston2017-05-201-15/+45
|
* add wrapfd. improve fuzzer in makefileMatt Johnston2017-05-191-0/+193