- a489d6c [ASan] Moved __asan_test_only_reported_buggy_pointer to ReportGenericError, which is needed for shared optimzied callback tests. by Kirill Stoimenov · 3 years, 7 months ago
- 1a84d1c [compiler-rt][asan] Re-add `self` by Leonard Chan · 3 years, 7 months ago
- bdabf3c asan: don't use thread user_id by Dmitry Vyukov · 3 years, 7 months ago
- cb0e14c [sanitizer] Switch dlsym hack to internal_allocator by Vitaly Buka · 3 years, 7 months ago
- 07092ea [asan] Fix GCC warning "left shift count >= width" by Vitaly Buka · 3 years, 7 months ago
- 1da33a5 [NFC][asan][memprov] Remove dlsym hack from posix_memalign by Vitaly Buka · 3 years, 7 months ago
- 13a442c Enable -Wformat-pedantic and fix fallout. by Martin Liska · 3 years, 7 months ago
- 629b40d Fix -Wformat warnings reported by GCC. by Martin Liska · 3 years, 7 months ago
- 8c66d78 [test] Fix asan dynamic unit tests with per-target runtime dirs by Collin Baker · 3 years, 8 months ago
- d2df5ce [NFC][asan] Remove redundant functions by Vitaly Buka · 3 years, 8 months ago
- 7c1128f [NFC][sanitizer] Return StackDepotStats by value by Vitaly Buka · 3 years, 8 months ago
- 626e2a6 [compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests. by Frederic Cambus · 3 years, 9 months ago
- a1e7e40 [compiler-rt] NFC: Fix trivial typo by Kazuaki Ishizaki · 3 years, 9 months ago
- c92631a [sanitizer] Fix VReport of symbol version by Vitaly Buka · 3 years, 10 months ago
- 40067b8 [compiler-rt] change internal internal libc invariants by Michael Jones · 3 years, 10 months ago
- 123c58e sanitizer_common: enable format string checking by Dmitry Vyukov · 3 years, 10 months ago
- c6ad3f2 [asan][fuchsia] Implement PlatformUnpoisonStacks by Marco Vanotti · 3 years, 11 months ago
- 56debbf sanitizers: switch BlockingMutex(LINKER_INITIALIZED) to Mutex by Dmitry Vyukov · 3 years, 10 months ago
- 440e936 Revert "sanitizers: increase .clang-format columns to 100" by Dmitry Vyukov · 3 years, 11 months ago
- 7de73da [asan] Modified ASAN_MEMORY_ACCESS_CALLBACK to use a function call to ReportGenericErrorWrapper. by Kirill Stoimenov · 3 years, 11 months ago
- 5d1df6d sanitizers: increase .clang-format columns to 100 by Dmitry Vyukov · 3 years, 11 months ago
- dfd9808 sanitizer_common: add simpler ThreadRegistry ctor by Dmitry Vyukov · 3 years, 11 months ago
- b4a6fa1 Revert "sanitizer_common: add simpler ThreadRegistry ctor" by Vitaly Buka · 3 years, 11 months ago
- 0da172b sanitizer_common: add thread safety annotations by Dmitry Vyukov · 4 years ago
- 8e489b4 sanitizer_common: add simpler ThreadRegistry ctor by Dmitry Vyukov · 4 years ago
- 249d9b0 Revert "Remove obsolete call to AsyncSignalSafeLazyInitiFakeStack." by Kevin Athey · 4 years ago
- 07481b3 Remove obsolete call to AsyncSignalSafeLazyInitiFakeStack. by Kevin Athey · 4 years ago
- 6478ef6 [asan] Remove Asan, Ubsan support of RTEMS and Myriad by Vitaly Buka · 4 years ago
- b8919fb [NFC][sanitizer] clang-format some code by Vitaly Buka · 4 years ago
- ddac31c Cleanup for final comment on https://reviews.llvm.org/D103304 by Kevin Athey · 4 years ago
- af8c59e Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always). by Kevin Athey · 4 years ago
- e3258b0 Revert "Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always)." by Vitaly Buka · 4 years ago
- 927688a Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always). by Kevin Athey · 4 years ago
- 5b0e505 [NFC][asan] Split fake_stack() into two funcions by Vitaly Buka · 4 years ago
- 64b1cbc [NFC][asan] Fix include order by Vitaly Buka · 4 years ago
- 585b967 [NFC][asan] format ThreadStackContainsAddress by Vitaly Buka · 4 years ago
- d8a4a2c Revert "Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always)." by Vitaly Buka · 4 years ago
- 26b3ea2 fix SANITIZE_WINDOWS pragma for https://reviews.llvm.org/rG60e5243e593ec7e0feca42783edb735e9ac2c4a7 by Kevin Athey · 4 years ago
- 60e5243 Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always). by Kevin Athey · 4 years ago
- 5c600dc Revert "Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always)." by Nico Weber · 4 years ago
- 41b3088 Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always). by Kevin Athey · 4 years ago
- 261d6e0 [sanitizer] Simplify __sanitizer::BufferedStackTrace::UnwindImpl implementations by Fangrui Song · 4 years, 1 month ago
- 2721e27 sanitizer_common: deduplicate CheckFailed by Dmitry Vyukov · 4 years, 1 month ago
- 831cf15 [compiler-rt] Handle None value when polling addr2line pipe by David Spickett · 4 years, 1 month ago
- d7ec48d [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= by Nico Weber · 4 years, 1 month ago
- 2fec886 [sanitizer] Set IndentPPDirectives: AfterHash in .clang-format by Fangrui Song · 4 years, 1 month ago
- 92a3a2d sanitizer_common: introduce kInvalidTid/kMainTid by Dmitry Vyukov · 4 years, 1 month ago
- 3c47f5f [asan][NFC] Fix "not used" warning in test by Vitaly Buka · 4 years, 1 month ago
- fbb9132 Fix android-x86 library name in asan_device_setup. by Evgenii Stepanov · 4 years, 2 months ago
- afec953 [sanitizer] Simplify GetTls with dl_iterate_phdr on Linux and use it on musl/FreeBSD by Fangrui Song · 4 years, 2 months ago
- 7df30e7 [ASan] Allow new/delete replacement by making interceptors weak by Mitch Phillips · 4 years, 2 months ago
- 0c3bc1f [ASan][RISCV] Fix RISC-V memory mapping by Luís Marques · 4 years, 2 months ago
- 0e92cbd Revert "[sanitizer] Simplify GetTls with dl_iterate_phdr on Linux" by Nico Weber · 4 years, 2 months ago
- ec575e3 [sanitizer] Simplify GetTls with dl_iterate_phdr on Linux by Fangrui Song · 4 years, 2 months ago
- f176803 Revert "[sanitizer] Simplify GetTls with dl_iterate_phdr" by Nico Weber · 4 years, 2 months ago
- 9be8f8b [sanitizer] Simplify GetTls with dl_iterate_phdr by Fangrui Song · 4 years, 2 months ago
- e0dadf3 [sanitizer] Remove max_len parameter from InternalScopedString by Vitaly Buka · 4 years, 3 months ago
- ab08c38 Revert "Revert "[compiler-rt][asan] Make wild-pointer crash error more useful"" by Vy Nguyen · 4 years, 3 months ago
- c578508 Revert "[compiler-rt][asan] Make wild-pointer crash error more useful" by Vy Nguyen · 4 years, 3 months ago
- f65e1ae [compiler-rt][asan] Make wild-pointer crash error more useful by Vy Nguyen · 4 years, 3 months ago
- ad294e5 [sanitizers] Fix interception of GLibc regexec by Alex Richardson · 4 years, 3 months ago
- 2b5f3f4 [Sanitizer][NFC] Fix typo by Luís Marques · 4 years, 3 months ago
- bc897ba [asan] Increase CHECK limit in __sanitizer_annotate_contiguous_container by Vitaly Buka · 4 years, 3 months ago
- 9da05cf [asan] Fix pthread_create interceptor by Vitaly Buka · 4 years, 4 months ago
- 15aa78a [sanitizer_common] Use zx_system_get_page_size() on Fuchsia by Roland McGrath · 4 years, 4 months ago
- 757b93b [ASan] Fix broken Windows build due to 596d534ac3524052df210be8d3c01a33b2260a42. by Dan Liew · 4 years, 4 months ago
- 596d534 [ASan] Stop blocking child thread progress from parent thread in `pthread_create` interceptor. by Dan Liew · 4 years, 5 months ago
- dd922bc [LSan] Introduce a callback mechanism to allow adding data reachable from ThreadContexts to the frontier. by Dan Liew · 4 years, 5 months ago
- 7afdc89 [sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl by Fangrui Song · 4 years, 5 months ago
- 4839378 Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl" by Oliver Stannard · 4 years, 5 months ago
- b7718b61 Reland D93848 "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl"" by Fangrui Song · 4 years, 5 months ago
- fe9976c Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl" by Nico Weber · 4 years, 5 months ago
- a92d015 [sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl by Fangrui Song · 4 years, 5 months ago
- fde3ae8 [asan][memprof] Declare _DYNAMIC and fix -Wparentheses by Fangrui Song · 4 years, 5 months ago
- 096bd9b [sanitizer] Fix typo in log messages by Seonghyun Park · 4 years, 7 months ago
- 484ec6b Reland [lsan] Enable LSAN for Android by Vy Nguyen · 4 years, 7 months ago
- 9c31e12 [sanitizer] Remove -Wno-non-virtual-dtor by Vitaly Buka · 4 years, 7 months ago
- 8b37a4e [sanitizer] Make destructors protected by Vitaly Buka · 4 years, 7 months ago
- 6db314e [CMake] Remove cxx-headers from runtime deps by Petr Hosek · 4 years, 7 months ago
- 1e09dbb [asan] Fix stack-use-after-free checks on non-main thread on Fuchsia by Drew Fisher · 4 years, 8 months ago
- 29480c6 [asan][fuchsia] set current thread before reading thread state by Drew Fisher · 4 years, 8 months ago
- 31bc55d [sanitizer] Convert PrintModuleMap to DumpProcessMap by Teresa Johnson · 4 years, 8 months ago
- ad2be02 ASAN: Support detect_invalid_pointer_pairs=1 with detect_stack_use_after_return=1 by Martin Liska · 4 years, 8 months ago
- 53065c5 [Sanitizers] Remove OpenBSD support (new attempt) by David Carlier · 4 years, 8 months ago
- 7ecd60b Revert "[Sanitizers] Remove OpenBSD support" + 1 by Evgenii Stepanov · 4 years, 8 months ago
- d09b089 [Sanitizers] Remove OpenBSD support by David Carlier · 4 years, 8 months ago
- 220de1f Revert "[CMake] Avoid accidental C++ standard library dependency in sanitizers" by Petr Hosek · 4 years, 8 months ago
- 287c318 [CMake] Avoid accidental C++ standard library dependency in sanitizers by Petr Hosek · 4 years, 8 months ago
- 25a8881 Revert " Enable LSAN for Android" by Vitaly Buka · 4 years, 8 months ago
- d784f74 [NFC][Asan] Remove unused macro by Vitaly Buka · 4 years, 8 months ago
- a2291a5 Enable LSAN for Android by Vy Nguyen · 4 years, 9 months ago
- cf4aa68 [RISCV][ASAN] mark asan as supported for RISCV64 and enable tests by Alexey Baturo · 4 years, 8 months ago
- 7ce4dfb [RISCV][ASAN] support code for architecture-specific parts of asan by Alexey Baturo · 4 years, 8 months ago
- 5b0cfe9 Revert "[lsan] Share platform allocator settings between ASan and LSan" by Roland McGrath · 4 years, 8 months ago
- 1c897e9 [lsan] Share platform allocator settings between ASan and LSan by Roland McGrath · 4 years, 9 months ago
- f161e84 Revert "[lsan] On Fuchsia, don't use atexit hook for leak checks" by Nikita Popov · 4 years, 9 months ago
- c96d0cc asan: Use `#if` to test CAN_SANITIZE_LEAKS by Roland McGrath · 4 years, 9 months ago
- 0caad9f [lsan] On Fuchsia, don't use atexit hook for leak checks by Roland McGrath · 4 years, 9 months ago
- aa1b1d3 [RISCV][ASAN] implementation for vfork interceptor for riscv64 by Alexey Baturo · 4 years, 9 months ago
- 85e578f [compiler-rt] Replace INLINE with inline by Kamil Rytarowski · 4 years, 9 months ago