...hook that with dfsan and libFuzzer to guide fuzzing towards those locations
Diff Detail
Diff Detail
- Build Status
Buildable 9146 Build 9146: arc lint + arc unit
Event Timeline
Comment Actions
- I'd like to see some kind of design doc first (preferably, in a form of comment in e.g. FuzzerDFSan.h
- Is it possible to split this patch into several (e.g. can static-analyzer-pl-parser.py go separately? )
- does static-analyzer-pl-parser.py have to be in pythoin? Why is C++ less/not suitable?
- tests are must-have
- don't copy-paste code (e.g. lots of changes in FuzzerMutate.cpp seem similar)
- try to put dfsan-specific code in separate file(s)
- please obey the LLVM coding style
This comment was removed by farahhariri.