Closed jvoisin closed 4 years ago
maybe this can be guarded via a flag as in libFuzzer this is not the default behaviour and I'm trying to adhere to that interface. Also, I had some use-case where I didn't want to input "crashes" (test-cases) that are not fixed in my corpus and know that my corpus shouldn't crash the fuzz target.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
The fuzzer should put samples that are resulting in crashes or timeouts in the corpus, to be able to relaunch the fuzzer once the issue is fixed, as well as to increase the corpus' diversity in case it's be re-used by a different fuzzer.