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