The motivation for this change is to make libFuzzer+MSan possible
without instrumenting libFuzzer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 ↗ | (On Diff #153983) | repeat this line one more time to make sure that the first call did not somehow re-enable interceptor checks. |