OSDN Git Service

[DFSan] Add custom wrapper for epoll_wait.
authorMatt Morehouse <mascasa@google.com>
Wed, 9 Dec 2020 14:05:12 +0000 (06:05 -0800)
committerMatt Morehouse <mascasa@google.com>
Wed, 9 Dec 2020 14:05:29 +0000 (06:05 -0800)
commit6f13445fb601f2ad30cdd0b89492af8681bc6c70
tree0b6cfc5fc75d6f2ea6d4a1e7ac5d2aa008858f41
parent10edd103483027fad1f106ae2d250136b83f1d4d
[DFSan] Add custom wrapper for epoll_wait.

The wrapper clears shadow for any events written.

Reviewed By: stephan.yichao.zhao

Differential Revision: https://reviews.llvm.org/D92891
compiler-rt/lib/dfsan/dfsan_custom.cpp
compiler-rt/lib/dfsan/done_abilist.txt
compiler-rt/test/dfsan/custom.cpp