It also fixes a bug, when first random might not be ascii.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D21573
[libfuzzer] moving is_ascii handler inside mutation dispatcher. ClosedPublic Authored by aizatsky on Jun 21 2016, 4:14 PM.
Details Summary It also fixes a bug, when first random might not be ascii.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 23 2016, 1:50 PM Closed by commit rL273611: [libfuzzer] moving is_ascii handler inside mutation dispatcher. (authored by aizatsky). · Explain WhyJun 23 2016, 1:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 61720 lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/FuzzerTraceState.cpp
lib/Fuzzer/test/FuzzerUnittest.cpp
|
add
const Options &MutationDispatcher::GetOptions() const { return Options; }
and you don't need new member here