Mercurial > dropbear
diff fuzz/fuzz-common.c @ 1765:b688c884dad7
Fix fuzz-sshpacketmutator to work
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 26 Oct 2020 22:52:07 +0800 |
parents | 2406a9987810 |
children | 3e1e1f82eba6 |
line wrap: on
line diff
--- a/fuzz/fuzz-common.c Mon Oct 26 22:51:44 2020 +0800 +++ b/fuzz/fuzz-common.c Mon Oct 26 22:52:07 2020 +0800 @@ -45,9 +45,9 @@ else #endif { - fprintf(stderr, "Dropbear fuzzer: Disabling stderr output\n"); - fuzz.stderr = fopen("/dev/null", "w"); - assert(fuzz.stderr); + // fprintf(stderr, "Dropbear fuzzer: Disabling stderr output\n"); + // fuzz.stderr = fopen("/dev/null", "w"); + // assert(fuzz.stderr); } }