Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve documentation to discourage non-zero returncodes (google#12955)
This PR adds a small documentation change to discourage the use of non-zero return values. Based on this issue google#11983, Honggfuzz does not support other return values, while libFuzzer, in my opinion unexpectedly, discards inputs for return values other than zero which can cause creation of faulty harnesses. As a result I think it is fair to discourage all uses of non-zero return values from LLVMFuzzerTestOneInput.
- Loading branch information