Adds *stat to the common interceptors.
Removes the now-duplicate *stat interceptor from msan/tsan/esan.
This adds *stat to asan, which previously did not intercept it.
Paths
| Differential D19939
[sanitizer] Move *stat to the common interceptors ClosedPublic Authored by zhaoqin on May 4 2016, 3:29 PM.
Details
Summary Adds *stat to the common interceptors. Removes the now-duplicate *stat interceptor from msan/tsan/esan.
Diff Detail Event Timelinezhaoqin updated this object. This revision is now accepted and ready to land.May 6 2016, 11:12 AM
This revision now requires changes to proceed.May 6 2016, 11:23 AM This revision is now accepted and ready to land.May 10 2016, 3:13 PM Comment Actions Evgenii Could you help me land this CL as I still do not have the commit right yet. Best Regards
Revision Contents
Diff 56816 lib/esan/esan_interceptors.cpp
lib/msan/msan_interceptors.cc
lib/sanitizer_common/sanitizer_common_interceptors.inc
lib/sanitizer_common/sanitizer_platform_interceptors.h
lib/tsan/rtl/tsan_interceptors.cc
|
There is no "stat64" export in glibc on linux.
Which platforms actually need this interceptor?