This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Fix __sanitizer_syscall_post_epoll_wait
ClosedPublic

Authored by vitalybuka on Jul 30 2021, 7:01 PM.

Details

Summary

Syscall return number of initialized events which
needs to be used for unposoning.

Diff Detail

Event Timeline

vitalybuka requested review of this revision.Jul 30 2021, 7:01 PM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 30 2021, 7:01 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

clang-format

This revision is now accepted and ready to land.Aug 2 2021, 7:42 AM
This revision was automatically updated to reflect the committed changes.