This is an archive of the discontinued LLVM Phabricator instance.

[DFSan] Add custom wrapper for epoll_wait.
ClosedPublic

Authored by morehouse on Dec 8 2020, 3:03 PM.

Details

Summary

The wrapper clears shadow for any events written.

Diff Detail

Event Timeline

morehouse requested review of this revision.Dec 8 2020, 3:03 PM
morehouse created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 8 2020, 3:03 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
compiler-rt/test/dfsan/custom.cpp
660

assert ret's label is always 0?

morehouse updated this revision to Diff 310374.Dec 8 2020, 3:29 PM
morehouse marked an inline comment as done.
  • Check ret's label in test.
This revision is now accepted and ready to land.Dec 8 2020, 3:30 PM
This revision was landed with ongoing or failed builds.Dec 9 2020, 6:05 AM
This revision was automatically updated to reflect the committed changes.