summaryrefslogtreecommitdiffhomepage
path: root/fuzz/fuzz-common.c
AgeCommit message (Expand)Author
2020-10-29Fix FUZZ_NO_REPLACE_STDERR for fuzz.cMatt Johnston
2020-10-26Fix fuzzing stderr override on os xMatt Johnston
2020-10-26Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomathsMatt Johnston
2020-10-26Fix fuzz-sshpacketmutator to workMatt Johnston
2020-10-25Add first try at fuzzing custom mutatorMatt Johnston
2020-10-24Disable stderr output for fuzzer by defaultMatt Johnston
2020-10-23Add some more variation to fuzzer random number generationMatt Johnston
2020-10-23Move fuzzing code to fuzz/ subdirectory, improve Makefile.inMatt Johnston