When building without COMPILER_RT_HWASAN_WITH_INTERCEPTORS, skip
interceptors for malloc/free/etc and only export their versions with
__sanitizer_ prefix.
Also remove a hack in mallinfo() interceptor that does not apply to
hwasan.
Paths
| Differential D51711
[hwasan] Remove allocator interceptors. ClosedPublic Authored by eugenis on Sep 5 2018, 6:13 PM.
Details Summary When building without COMPILER_RT_HWASAN_WITH_INTERCEPTORS, skip Also remove a hack in mallinfo() interceptor that does not apply to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 6 2018, 3:07 PM Closed by commit rCRT341598: [hwasan] Remove allocator interceptors. (authored by eugenis). · Explain WhySep 6 2018, 3:54 PM Closed by commit rL341598: [hwasan] Remove allocator interceptors. (authored by eugenis). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 164306 compiler-rt/trunk/lib/hwasan/hwasan_interceptors.cc
compiler-rt/trunk/lib/hwasan/hwasan_interface_internal.h
compiler-rt/trunk/lib/sanitizer_common/sanitizer_internal_defs.h
|