summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/unittests/test_helper/fuzz.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* expand __unused to full __attribute__ for better portabilitydjm2015-03-031-2/+2
* add a fuzz_matches_original() function to the fuzzer todjm2015-01-181-1/+9
* better dumps from the fuzzer (shown on errors) - include thedjm2015-01-181-12/+20
* implement a SIGINFO handler so we can discern a stuck fuzz testdjm2015-01-131-19/+64
* Nuke yet more obvious #include duplications.krw2014-11-191-2/+1
* Add missing $ on OpenBSD cvs tags, ok djmandre2014-05-021-1/+1
* make the fuzzer seed const to make it clear that it is never modifieddjm2014-05-021-1/+1
* unit tests for new buffer API; including basic fuzz testingdjm2014-04-301-0/+374