The motivation for this change is to make libFuzzer+MSan possible
without instrumenting libFuzzer.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 19997 Build 19997: arc lint + arc unit
Event Timeline
Comment Actions
I'd prefer
msan_scoped_enable_interceptor_checks
msan_scoped_disable_interceptor_checks
(without "re")
Please add tests.
compiler-rt/test/msan/scoped-interceptors.cc | ||
---|---|---|
32 | repeat this line one more time to make sure that the first call did not somehow re-enable interceptor checks. |
repeat this line one more time to make sure that the first call did not somehow re-enable interceptor checks.