This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Disable MSan interceptors in SIGINT handler.
ClosedPublic

Authored by morehouse on Apr 25 2019, 4:43 PM.

Details

Summary

Avoids an MSan false positive if the SIGINT comes while the user
callback is running. The false positive happens when the interrupt
handler calls opendir() to remove some temporary files, which is
intercepted by MSan.

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

Diff Detail

Event Timeline

morehouse created this revision.Apr 25 2019, 4:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2019, 4:43 PM
kcc accepted this revision.Apr 25 2019, 5:00 PM
This revision is now accepted and ready to land.Apr 25 2019, 5:00 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2019, 5:15 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript