We need to unpoison parameters before calling into MSan-instrumented
user-defined mutators.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100355
[libFuzzer] Fix MSan false positives with custom mutators. ClosedPublic Authored by morehouse on Apr 12 2021, 5:35 PM.
Details Summary We need to unpoison parameters before calling into MSan-instrumented
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 13 2021, 7:35 AM Closed by commit rG423024904825: [libFuzzer] Fix MSan false positives with custom mutators. (authored by morehouse). · Explain WhyApr 13 2021, 10:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 337206 compiler-rt/lib/fuzzer/FuzzerMutate.cpp
compiler-rt/test/fuzzer/MsanCustomMutator.cpp
|