This is an archive of the discontinued Mercurial Phabricator instance.

xdiff: don't attempt to use fuzzer inputs larger than 100k
ClosedPublic

Authored by durin42 on Jan 8 2019, 10:31 AM.

Details

Summary

This is the recommended approach from [0], and limiting the input was
suggested in https://github.com/google/oss-fuzz/issues/2076 when
discussing our broken coverage build.

0: https://github.com/google/oss-fuzz/blob/master/docs/new_project_guide.md#custom-libfuzzer-options-for-clusterfuzz

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Jan 8 2019, 10:31 AM
pulkit accepted this revision.Jan 9 2019, 3:56 AM
This revision was automatically updated to reflect the committed changes.