summaryrefslogtreecommitdiff
path: root/fuzz-wrapfd.c
Commit message (Expand)AuthorAgeFilesLines
* Move fuzzing code to fuzz/ subdirectory, improve Makefile.inMatt Johnston2020-10-231-241/+0
* Fix fuzzer buildMatt Johnston2020-10-181-2/+1
* Allocate real file descriptors for fuzz input with dup()fuzzMatt Johnston2020-10-181-20/+29
* Make wrapfd share a common buffer for all FDsMatt Johnston2020-10-151-37/+24
* 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 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