- Test that libFuzzer uses -fsanitize-coverage=stack-depth instrumentation when present.
- Fix a bug that caused InitialStack to change every time ExecuteCallback was called.
- Make stack-depth-guided fuzzing work without compiling libFuzzer with -fsanitize-coverage=stack-depth.
Details
Details
- Reviewers
kcc
Diff Detail
Diff Detail
- Build Status
Buildable 9489 Build 9489: arc lint + arc unit
Event Timeline
Comment Actions
never mind, I've made a different change: r311421.
This one is not exactly correct: we should reset __sancov_lowest_stack on every run.