Fixes an MSan false positive when compiling with
-fsanitize=memory,fuzzer.
See https://github.com/google/oss-fuzz/issues/2369 for more details.
Paths
| Differential D61753
[libFuzzer] Unpoison parameters before calling user callback. ClosedPublic Authored by morehouse on May 9 2019, 12:29 PM.
Details
Summary Fixes an MSan false positive when compiling with See https://github.com/google/oss-fuzz/issues/2369 for more details.
Diff Detail
Event Timelinemorehouse added a parent revision: D61751: [MSan] Introduce __msan_unpoison_param()..May 9 2019, 12:30 PM This revision is now accepted and ready to land.May 9 2019, 12:41 PM Closed by commit rCRT360390: [libFuzzer] Unpoison parameters before calling user callback. (authored by morehouse). · Explain WhyMay 9 2019, 3:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 198928 lib/fuzzer/FuzzerExtFunctions.def
lib/fuzzer/FuzzerLoop.cpp
test/fuzzer/MsanParamUnpoison.cpp
|