Adds *fstat to the common interceptors.
Removes the now-duplicate fstat interceptor from msan/tsan
This adds fstat to asan/esan, which previously did not intercept it.
Resubmit of http://reviews.llvm.org/D20318 with ios build fixes.
Paths
| Differential D20350
[sanitizer] Move *fstat to the common interceptors ClosedPublic Authored by zhaoqin on May 17 2016, 9:26 PM.
Details Summary Adds *fstat to the common interceptors. Removes the now-duplicate fstat interceptor from msan/tsan Resubmit of http://reviews.llvm.org/D20318 with ios build fixes.
Diff Detail
Event Timelinezhaoqin updated this object.
This revision is now accepted and ready to land.May 18 2016, 1:11 PM Closed by commit rL269981: [sanitizer] Move *fstat to the common interceptors (authored by aizatsky). · Explain WhyMay 18 2016, 1:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 57674 compiler-rt/trunk/lib/asan/asan_interceptors.cc
compiler-rt/trunk/lib/msan/msan_interceptors.cc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h
compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cc
|