This is an archive of the discontinued LLVM Phabricator instance.

[libfuzzer] moving is_ascii handler inside mutation dispatcher.
ClosedPublic

Authored by aizatsky on Jun 21 2016, 4:14 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 61459.Jun 21 2016, 4:14 PM
aizatsky retitled this revision from to [libfuzzer] moving is_ascii handler inside mutation dispatcher..
aizatsky updated this object.
aizatsky added a project: Restricted Project.
aizatsky added a subscriber: llvm-commits.
vitalybuka added inline comments.Jun 21 2016, 5:41 PM
lib/Fuzzer/FuzzerTraceState.cpp
291 ↗(On Diff #61459)

add
const Options &MutationDispatcher::GetOptions() const { return Options; }
and you don't need new member here

lib/Fuzzer/test/FuzzerUnittest.cpp
444 ↗(On Diff #61459)

MutationDispatcher MD(Rand, {});

aizatsky updated this revision to Diff 61720.Jun 23 2016, 1:49 PM
aizatsky marked an inline comment as done.

review

aizatsky marked an inline comment as done.Jun 23 2016, 1:49 PM

All done. PTAL.

vitalybuka accepted this revision.Jun 23 2016, 1:49 PM
vitalybuka edited edge metadata.
This revision is now accepted and ready to land.Jun 23 2016, 1:50 PM
This revision was automatically updated to reflect the committed changes.