It also fixes a bug, when first random might not be ascii.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 61721 llvm/trunk/lib/Fuzzer/FuzzerDriver.cpp
llvm/trunk/lib/Fuzzer/FuzzerInternal.h
llvm/trunk/lib/Fuzzer/FuzzerLoop.cpp
llvm/trunk/lib/Fuzzer/FuzzerMutate.cpp
llvm/trunk/lib/Fuzzer/FuzzerTraceState.cpp
llvm/trunk/lib/Fuzzer/test/FuzzerUnittest.cpp
|