aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/asan
AgeCommit message (Expand)AuthorFilesLines
2025-11-19[ASan] Document define to disable container overflow checks at compile time. ...Paddy McDonald1-5/+9
2025-11-19[asan] Implement address sanitizer on AIX: platform support (#139587)Jake Egan4-2/+59
2025-11-14[compiler-rt] [Darwin] Strip MTE tags from ASAN and TSAN (#166453)Andrew Haberlandt1-1/+3
2025-11-11[compiler-rt][asan] Fix a test on Windows (#167591)Alan Zhao1-0/+9
2025-11-11[Asan] Ensure minimum stack size 128KB in ThreadedStressStackReuseTest (#165198)Riyaz Ahmad1-1/+14
2025-11-04[sanitizer_common] Add arm64e module type (#166018)Andrew Haberlandt1-0/+1
2025-10-24[asan] Avoid -Wtautological-pointer-compare (#164918)Thurston Dang1-2/+2
2025-10-23[asan] Avoid -Wpointer-bool-conversion warning by comparing to nullptr (#164906)Thurston Dang1-2/+2
2025-10-21[NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453)Raul Tambre1-0/+1
2025-10-15[asan] Hide SetTLSFakeStack and replaces uses with ResetTLSFakeStack (#163674)Vitaly Buka4-7/+9
2025-10-16[asan] Make GetFakeStackFast()/GetFakeStackFastAlways() lazily init fake_stac...Vitaly Buka2-5/+13
2025-10-15[NFC][Asan] Replace 0 with nullptr in asan_fake_stack (#163670)Vitaly Buka1-1/+1
2025-10-15[NFC][Asan] Make GetTLSFakeStack staticVitaly Buka2-3/+2
2025-10-15[NFC][asan] Clang-format asan_fake_stack.cppVitaly Buka1-67/+70
2025-10-14[sanitizers] COMPILER_RT_ASAN_UNIT_TESTS_USE_HOST_RUNTIME to build only unit ...Andrew Haberlandt1-2/+12
2025-10-05[compiler-rt][asan] Reland: wcscpy/wcsncpy interceptors and stabilize wchar t...Yixuan Cao3-3/+48
2025-10-05Revert "[compiler-rt][asan] Add wcscpy/wcsncpy; enable wcscat/wcsncat on Wind...Thurston Dang3-48/+3
2025-09-30[compiler-rt][asan] Add wcscpy/wcsncpy; enable wcscat/wcsncat on Windows (#16...Yixuan Cao3-3/+48
2025-09-26[ASan] Update meminstrinsics to use library memmove rather than internal (#16...Dan Blackwell2-1/+4
2025-09-03[win/asan] Improve SharedReAlloc with HEAP_REALLOC_IN_PLACE_ONLY. (#132558)bernhardu1-0/+16
2025-08-29[asan] Detect dereferencing zero-alloc as heap buffer overflow (#155943)Thurston Dang1-0/+6
2025-08-28Provide ErrorBadParamsToCopyContiguousContainerAnnotations a more cor… (#13...gbMattN1-1/+1
2025-08-26[NFC][Asan] Remove volatile from testVitaly Buka1-1/+1
2025-08-26[NFC][Asan] Fix warning in test (#155447)Vitaly Buka1-4/+2
2025-08-26[compiler-rt] Fix a warningKazu Hirata1-0/+3
2025-08-22[asan] Build the Windows runtime with /hotpatch (#154694)Hans Wennborg1-0/+6
2025-08-20[compiler-rt][Fuchsia] Change GetMaxUserVirtualAddress to invoke syscall (#15...PiJoules1-4/+4
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-2/+2
2025-08-19[compiler-rt] Fix frame numbering for unparsable frames. (#148278)Jesse Schwartzentruber1-13/+21
2025-08-12Reapply "[asan] Fix misalignment of variables in fake stack frames" (#153139)...Thurston Dang3-10/+57
2025-08-11Revert "[asan] Fix misalignment of variables in fake stack frames" (#153139)Thurston Dang3-57/+10
2025-08-11[asan] Fix misalignment of variables in fake stack frames (#152819)Thurston Dang3-10/+57
2025-08-10Revert "[ASan] Ensure Symbolize Flag setting on Windows through __asan_defaul...Kazu Hirata1-2/+0
2025-08-09[ASan] Ensure Symbolize Flag setting on Windows through __asan_default_option...MacGyver Codilla1-0/+2
2025-08-06[NFC][asan] Update shadow mapping comments for AArch64 non-Android Linux (#15...Thurston Dang1-10/+21
2025-08-01[TSan] Fix asan_mac.cpp function pointer cast warnings (#151517)Dan Blackwell1-6/+14
2025-07-23[ASan][Darwin][GCD] Add interceptor for dispatch_apply (#149238)thetruestblue4-2/+53
2025-07-23[sanitizer_common][nfc] Rename `tid_t` to avoid conflicting declarations (#14...Jake Egan2-7/+7
2025-07-22asan: refactor interceptor allocation/deallocation functions (#145087)Justin King8-70/+169
2025-07-17[asan] Revert global check for non-AIX (#149245)Jake Egan1-0/+10
2025-07-09[sanitizer_common] Introduce SANITIZER_MMAP_BEGIN macro (#147645)Jake Egan1-1/+1
2025-07-08[asan][AIX] Move import/export lists to an AIX-specific subdirectory (#145936)Jake Egan2-0/+0
2025-07-07[sanitizer_common] Drop remaining support for Android 5 or older (#146187)Brad Smith1-1/+0
2025-07-02[ASan][Windows] Honor asan config flags on windows when set through the user ...David Justo5-29/+69
2025-07-02asan: refactor new/delete interceptor macros (#146696)Justin King1-62/+85
2025-06-30[nfc][asan] clang-format for #145087Vitaly Buka2-50/+73
2025-06-25[asan] Implement address sanitizer on AIX: build configuration (#139583)Jake Egan3-0/+149
2025-06-25[asan] Implement address sanitizer on AIX: address descriptions (#138891)Jake Egan1-8/+14
2025-05-06[sanitizer][Fuchsia] Add callback at end of __sanitizer_startup_hook (#131886)PiJoules1-0/+5
2025-04-24[ASan] Limits the conditions of the deadlock patch (#137127)Camsyn1-1/+2