Intercept bzero and enable existing __bzero interceptor in Linux.
bzero is deprecated but still used occasionally.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
Paths
| Differential D58850
[sanitizer] Intercept bzero. ClosedPublic Authored by eugenis on Mar 1 2019, 2:22 PM.
Details Summary Intercept bzero and enable existing __bzero interceptor in Linux.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 1 2019, 2:22 PM This revision is now accepted and ready to land.Mar 1 2019, 3:23 PM Closed by commit rCRT355347: [sanitizer] Intercept bzero. (authored by eugenis). · Explain WhyMar 4 2019, 3:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 189212 lib/sanitizer_common/sanitizer_common_interceptors.inc
lib/sanitizer_common/sanitizer_platform_interceptors.h
test/asan/TestCases/Linux/bzero.cc
test/msan/Linux/bzero.cc
|