aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/lsan
AgeCommit message (Expand)AuthorFilesLines
2025-10-30lsan: fix allocator on arm64 Android (#165656)quic-likaid1-0/+4
2025-08-22Reapply "[compiler-rt]: fix CodeQL format-string warnings via explicit (#154937)Amit Kumar Pandey1-1/+1
2025-08-22Revert "[compiler-rt]: fix CodeQL format-string warnings via explicit casts (...Hans Wennborg1-1/+1
2025-08-22[compiler-rt]: fix CodeQL format-string warnings via explicit casts (#153843)Amit Kumar Pandey1-1/+1
2025-07-23[sanitizer_common][nfc] Rename `tid_t` to avoid conflicting declarations (#14...Jake Egan7-24/+24
2025-07-09[sanitizer_common] Introduce SANITIZER_MMAP_BEGIN macro (#147645)Jake Egan1-1/+1
2025-06-19lsan: fix macos build after #144604 (#144818)Justin King1-0/+3
2025-06-18lsan: Support free_sized and free_aligned_sized from C23 (#144604)Justin King4-10/+50
2025-06-17Revert "lsan: Support free_sized and free_aligned_sized from C23" (#144575)Justin King4-37/+10
2025-06-16lsan: Support free_sized and free_aligned_sized from C23 (#144415)Justin King4-10/+37
2025-06-04[LSan] skip leaks from dlerror (#142876)Florian Mayer1-1/+2
2025-05-07[lsan][Fuchsia] Define EarlySanitizerInit for standalone lsan (#138946)PiJoules1-0/+5
2025-01-23[compiler-rt] Remove support and workarounds for Android 4 and older (#124056)Brad Smith1-5/+0
2024-11-20[lsan] Use VReport if not REGISTERS_AVAILABLE (#116555)Fangrui Song1-1/+1
2024-10-18[lsan] Fix compilation on Android (#113003)Vitaly Buka1-4/+5
2024-10-18[nfc][lsan] Rename `ScanExtraStack` and pass `region_type` (#113004)Vitaly Buka1-5/+5
2024-10-18[lsan] Process non-suspended threads (#112807)Vitaly Buka2-0/+43
2024-10-18[nfc][lsan] Parametrize ScanForPointers with loader (#112803)Vitaly Buka1-21/+49
2024-10-16[nfc][lsan] Extract significant part of the loop into a function (#112610)Vitaly Buka1-101/+108
2024-10-16[nfc][lsan] Restructure loop in ProcessThreads (#112609)Vitaly Buka1-11/+17
2024-10-16[nfc][lsan] Move up vectors cleanup (#112608)Vitaly Buka1-1/+2
2024-10-16[nfc][lsan] Replace `suspended_threads.GetThreadID(i)` with local var (#112607)Vitaly Buka1-3/+2
2024-10-15[NFC][lsan] Fix name of local varVitaly Buka1-3/+3
2024-10-11[lsan] Log thread history (#111949)Vitaly Buka3-4/+13
2024-10-11[lsan] Add debug option to "deflake" leaks (#112037)Vitaly Buka2-1/+8
2024-10-10[sanitizer] VReport BeforeFork/AfterFork (#111900)Vitaly Buka1-0/+2
2024-10-10[lsan] Add a few "\n" missing from VReportVitaly Buka1-2/+2
2024-10-07[lsan] Make ReportUnsuspendedThreads return bool also for FuchsiaHans Wennborg1-1/+3
2024-10-04[lsan] Add `thread_suspend_fail` flagVitaly Buka2-3/+22
2024-09-18[NFC][sanitizer] Move `InitTlsSize` into `InitializePlatformEarly` (#108921)Vitaly Buka1-1/+1
2024-09-16Reland "[sanitizer] Fix partially initialized static TLS range" (#108883)Vitaly Buka1-6/+2
2024-09-16Revert "[sanitizer] Fix partially initialized static TLS range" (#108881)Vitaly Buka1-2/+6
2024-09-16[sanitizer] Fix partially initialized static TLS range (#108685)Vitaly Buka1-6/+2
2024-09-12[sanitizer] Remove DTLS_on_libc_memalign (#108120)Vitaly Buka1-4/+1
2024-09-11[lsan] Fix free(NULL) interception during initialization (#106912)tmiasko1-0/+2
2024-07-20[compiler-rt] lsan remove unneeded comma for pthread_atfork declaration. (#99...David CARLIER1-1/+1
2024-07-15[sanitizer] Replace ALIGNED with alignasFangrui Song3-5/+5
2024-07-12[sanitizer] Internalize .preinit_array variablesFangrui Song1-4/+4
2024-07-10Undo lsan part of #98240 (#98409)Vitaly Buka1-33/+36
2024-07-10Revert "Revert "[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks"" ...Vitaly Buka1-35/+33
2024-07-10Revert "[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks" (#98380)Vitaly Buka1-33/+35
2024-07-10[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks (#98240)Vitaly Buka1-35/+33
2024-06-25[sanitizer] Rename DEFINE_REAL_PTHREAD_FUNCTIONS (#96527)Vitaly Buka1-1/+1
2024-05-22[sanitizers] Bump malloc limit to 1TB for MSAN, LSAN & DFSAN (#89728)Wu Yingcong1-1/+1
2024-03-12[sanitizer] Reject unsupported -static at link time (#83524)Fangrui Song1-0/+1
2024-03-09Revert "[NFC][compiler-rt] Try to collect more info about crashes on bot"Vitaly Buka1-1/+0
2024-03-09[NFC][compiler-rt] Try to collect more info about crashes on botVitaly Buka1-0/+1
2024-01-05[NFC][sanitizer] Move SymbolizedStackHolder into sanitizer_common (#77152)Vitaly Buka1-3/+4
2023-12-22[NFC][sanitizer] Rename Lock{Before,After}Fork suffixes locking StackDepotBas...Vitaly Buka1-13/+17
2023-12-18[sanitizer] [Darwin] Disable InstallAtForkHandlerAzharuddin Mohammed1-1/+1