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