Refactoring, no functional changes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Fuzzer/FuzzerInternal.h | ||
---|---|---|
474 ↗ | (On Diff #59586) | This works now, but Dan was going to extend this with more weak functions (__sanitizer_*) and EF will be needed in other places of libFuzzer. |
lib/Fuzzer/FuzzerMutate.cpp | ||
43 ↗ | (On Diff #59586) | Why not Mutators = DefaultMUtators? |
253 ↗ | (On Diff #59586) | Probably also change LLVMFuzzerMutate to call this one. |