summaryrefslogtreecommitdiffhomepage
path: root/fuzz-wrapfd.c
AgeCommit message (Collapse)Author
2018-03-06workaround memory sanitizer FD_ZERO false positivesMatt Johnston
2018-03-04try and improve the odds of useful fuzzer activityMatt Johnston
2018-03-03some linting after fuzz merge (#60)François Perrad
* fix prototype * remove extra comma * use m_free after m_strdup
2018-02-28Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston
--HG-- branch : fuzz
2018-02-21compile fixesMatt Johnston
--HG-- branch : fuzz
2017-05-26fix building with DEBUG_TRACEMatt Johnston
--HG-- branch : fuzz
2017-05-25rearrange, all fuzzers now call fuzzer_set_input()Matt Johnston
--HG-- branch : fuzz
2017-05-21ignore wrapfd_close for unknownMatt Johnston
--HG-- branch : fuzz
2017-05-20glaring wrapfd problems fixedMatt Johnston
--HG-- branch : fuzz
2017-05-20closer to workingMatt Johnston
--HG-- branch : fuzz
2017-05-19add wrapfd. improve fuzzer in makefileMatt Johnston
--HG-- branch : fuzz