Refactoring, no functional changes.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Fuzzer/FuzzerInternal.h | ||
|---|---|---|
| 474 | 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 | Why not Mutators = DefaultMUtators? | |
| 251 | Probably also change LLVMFuzzerMutate to call this one. | |
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.
Please leave it here.