summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/sanitizer_common
AgeCommit message (Expand)Author
2025-11-19[Runtimes] Default build must use its own output dirs (#168266)Michael Kruse
2025-11-14[compiler-rt] [Darwin] Strip MTE tags from ASAN and TSAN (#166453)Andrew Haberlandt
2025-11-13[sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (attempt 2...Andrew Haberlandt
2025-11-13[sanitizer_common] Add darwin-specific MemoryRangeIsAvailable (#167797)Andrew Haberlandt
2025-11-12Revert "[sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (#...Andrew Haberlandt
2025-11-07[compiler-rt] Add CMake option to enable execute-only code generation on AArc...Csanád Hajdú
2025-11-06[sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (#166005)Andrew Haberlandt
2025-11-04[sanitizer_common] Add arm64e module type (#166018)Andrew Haberlandt
2025-11-03[sanitizer-common] [Darwin] Provide warnings for common sandbox issues (#165907)Andrew Haberlandt
2025-10-23[compiler-rt][ASan] Define SANITIZER_INTERCEPT_WCSNLEN (#164845)Zack Johnson
2025-10-21[NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453)Raul Tambre
2025-10-16Reapply "[sanitizer] Add cloak_sanitizer_signal_handlers runtime option" (#16...Thurston Dang
2025-10-13Revert "[sanitizer] Add cloak_sanitizer_signal_handlers runtime option" (#163...Thurston Dang
2025-10-13[sanitizer] Add cloak_sanitizer_signal_handlers runtime option (#162746)Thurston Dang
2025-10-13[TSan] guard lock_during_write flag on Apple platforms changes to exclude Go ...Dan Blackwell
2025-10-09[TSan] Add lock_during_write flag on Apple platforms to avoid deadlock (#157928)Dan Blackwell
2025-10-07[sanitizers][Darwin][NFC] Insert missing void* casts for printf %p (#161282)Andrew Haberlandt
2025-10-05[compiler-rt][asan] Reland: wcscpy/wcsncpy interceptors and stabilize wchar t...Yixuan Cao
2025-10-05Revert "[compiler-rt][asan] Add wcscpy/wcsncpy; enable wcscat/wcsncat on Wind...Thurston Dang
2025-09-30[compiler-rt][asan] Add wcscpy/wcsncpy; enable wcscat/wcsncat on Windows (#16...Yixuan Cao
2025-09-30[sanitizer] Handle nullptr name in prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME) (#...woruyu
2025-09-22[Sanitizer] Option to fallback to stderr if unable to open logfile (#158687)Ellis Hoag
2025-09-18Fix possible underflow in ParseAndSetPath (#159389)gbMattN
2025-09-17[sanitizer-common][Darwin] Improve mach_vm_region_recurse error handling (#15...Andrew Haberlandt
2025-09-17[sanitizer_common][tsan][Darwin] Improve message for unsupported vm config on...Andrew Haberlandt
2025-09-15[sanitizer-common] Improve diagnostic when ASAN fails to allocate shadow (#15...Andrew Haberlandt
2025-09-06Revert "[compiler-rt][sanitizer-common] adding C23 memset_explicit intercepti...Thurston Dang
2025-09-06[compiler-rt][sanitizer-common] adding C23 memset_explicit interception. (#15...David CARLIER
2025-09-06[compiler-rt] openat2 syscall interception. (#153846)David CARLIER
2025-09-03[sanitizer] Fix prctl interceptor causing PAC authentication failure (#153081)Fei Peng
2025-09-01[sanitizer_common] Older Haiku needs _GNU_SOURCE (#156291)Brad Smith
2025-08-24[compiler-rt] Remove leftovers of FreeBSD md5/sha2 interceptors (#153351)Alex Rønne Petersen
2025-08-24[compiler-rt] Avoid depending on the libnvmm header for NetBSD (#153534)Alex Rønne Petersen
2025-08-20[compiler-rt][Fuchsia] Change GetMaxUserVirtualAddress to invoke syscall (#15...PiJoules
2025-08-15[sanitizer_common] Disable sanitizer_redefine_builtins on Apple platforms (#1...Dan Blackwell
2025-08-13[sanitizer_common] Use os_log for DriverKit as os_log_error is undefined (#14...Dan Blackwell
2025-08-12[sanitizer] Downgrade TestPTrace() Reports to VReport (#152350)Thurston Dang
2025-08-10Revert "[ASan] Ensure Symbolize Flag setting on Windows through __asan_defaul...Kazu Hirata
2025-08-09[ASan] Ensure Symbolize Flag setting on Windows through __asan_default_option...MacGyver Codilla
2025-08-07[sanitizer] Warn if allocator size exceeds max user virtual address (#152428)Thurston Dang
2025-08-07[compiler-rt][AArch64] Add GCS property in assembly files (#152502)Csanád Hajdú
2025-08-05[sanitizer] Don't TestPTrace() if SPARC; don't give up if internal_fork() fai...Thurston Dang
2025-08-04[sanitizer] Fix-forward "[sanitizer] Print diagnostic if ptrace syscall fails...Thurston Dang
2025-08-04[sanitizer] Print diagnostic if ptrace syscall fails (#151406)Thurston Dang
2025-07-25Remove reference to obsolete termio ioctlsAndreas Schwab
2025-07-24[sanitizer] Remove usage of termios ioctl constants on Linux glibc since 2.41...cqwrteur
2025-07-23[sanitizer_common][nfc] Rename `tid_t` to avoid conflicting declarations (#14...Jake Egan
2025-07-22build_symbolizer.sh: Ensure libcxx include path comes first (#149431)Matthias Braun
2025-07-22[sanitizer] Fix libcxx cache existence check in symbolizer build (#149249)int-zjt
2025-07-22[compiler-rt][sanitizer] fix msghdr for musl (#136195)Deák Lajos