{M, T, E}San have fread and fwrite interceptors, let's move them to sanitizer_common to enable ASan checks as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D31456
[sanitizer] Move fread and fwrite interceptors to sanitizer_common ClosedPublic Authored by m.ostapenko on Mar 29 2017, 2:53 AM.
Details Summary {M, T, E}San have fread and fwrite interceptors, let's move them to sanitizer_common to enable ASan checks as well.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 29 2017, 11:42 AM Closed by commit rL299061: [sanitizer] Move fread and fwrite interceptors to sanitizer_common (authored by chefmax). · Explain WhyMar 30 2017, 12:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 93450 compiler-rt/trunk/lib/esan/esan_interceptors.cpp
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
compiler-rt/trunk/test/asan/TestCases/Posix/fread_fwrite.cc
compiler-rt/trunk/test/msan/fread_fwrite.cc
|