Whenever possible (Linux + glibc 2.16+), detect dynamic loader module by
its base address, not by the module name matching. The current name
matching approach fails on some configurations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D33859
[LSan] Detect dynamic loader by its base address. ClosedPublic Authored by alekseyshl on Jun 2 2017, 6:37 PM.
Details Summary Whenever possible (Linux + glibc 2.16+), detect dynamic loader module by
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 2 2017, 6:41 PM Closed by commit rL304633: [LSan] Detect dynamic loader by its base address. (authored by alekseyshl). · Explain WhyJun 2 2017, 6:44 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 101305 compiler-rt/trunk/lib/lsan/lsan_common.cc
compiler-rt/trunk/lib/lsan/lsan_common_linux.cc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_linux.cc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform.h
|