You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve documentation to discourage non-zero returncodes (#12955)
This PR adds a small documentation change to discourage the use of
non-zero return values.
Based on this issue #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.
0 commit comments