This prevents InternalAlloc from being called before the sanitizers
are fully initialized.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D31306
Postpone lsan tls allocation until required ClosedPublic Authored by fjricci on Mar 23 2017, 2:11 PM.
Details Summary This prevents InternalAlloc from being called before the sanitizers
Diff Detail
Event Timelinefjricci added a child revision: D31291: Use pthreads for thread-local lsan allocator cache on darwin.Mar 23 2017, 2:14 PM fjricci removed a child revision: D31291: Use pthreads for thread-local lsan allocator cache on darwin. fjricci added a parent revision: D31291: Use pthreads for thread-local lsan allocator cache on darwin. fjricci added a child revision: D31307: Enable builds of darwin lsan by default.Mar 23 2017, 2:16 PM This revision is now accepted and ready to land.Mar 27 2017, 3:47 PM Closed by commit rL298947: Postpone lsan tls allocation until required (authored by fjricci). · Explain WhyMar 28 2017, 3:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 93311 compiler-rt/trunk/lib/lsan/lsan_common_mac.cc
|