This is an archive of the discontinued LLVM Phabricator instance.

[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
user-defined mutators.

Fixes https://github.com/google/oss-fuzz/issues/4605.

Diff Detail

Event Timeline

morehouse requested review of this revision.Apr 12 2021, 5:35 PM
morehouse created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2021, 5:35 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
metzman accepted this revision.Apr 13 2021, 7:35 AM

LGTM

Thanks!

This revision is now accepted and ready to land.Apr 13 2021, 7:35 AM