1. 9521218 [sanitizer_common] Use os_log for DriverKit as os_log_error is undefined (#148848) by Dan Blackwell · 4 hours ago main
  2. c508098 [compiler-rt] Don't run arm64e builtins tests on darwin. (#153312) by Ahmed Bougacha · 7 hours ago
  3. 38c7da5 [asan] Disable fakestack_alignment.ll test for Android by Thurston Dang · 17 hours ago
  4. 917d03c [sanitizer] Downgrade TestPTrace() Reports to VReport (#152350) by Thurston Dang · 24 hours ago
  5. 6818a04 Reapply "[asan] Fix misalignment of variables in fake stack frames" (#153139) (#153142) by Thurston Dang · 25 hours ago
  6. e59bb44 Revert "[libFuzzer] always install signal handler with SA_ONSTACK" (#153114) by Keith Randall · 25 hours ago
  7. a93d748 [TSan] Fix deadlocks during TSan error reporting on Apple platforms (#151495) by Dan Blackwell · 30 hours ago
  8. 71b030d Revert "[asan] Fix misalignment of variables in fake stack frames" (#153139) by Thurston Dang · 35 hours ago
  9. 0048c48 [asan] Fix misalignment of variables in fake stack frames (#152819) by Thurston Dang · 36 hours ago
  10. 27bfe72 [asan] Add test case for alignment of FakeStack frames (#152889) by Thurston Dang · 2 days ago
  11. b3ecab8 [compiler-rt][test] Require lld for coverage_short_circuit.cpp by David Spickett · 2 days ago
  12. 27c27f6 Revert "[ASan] Ensure Symbolize Flag setting on Windows through __asan_default_options() is maintained throughout runtime (#132811)" by Kazu Hirata · 3 days ago
  13. 581c5fc [ASan] Ensure Symbolize Flag setting on Windows through __asan_default_options() is maintained throughout runtime (#132811) by MacGyver Codilla · 4 days ago
  14. a0fa9c5 [libFuzzer] always install signal handler with SA_ONSTACK (#147422) by Keith Randall · 4 days ago
  15. 797599c [Coverage] Add gap region between binary operator '&& and ||' and RHS (#149085) by int-zjt · 5 days ago
  16. ee05944 Fix improper alignment of static buffer for placement-new of BufferQueue (#152408) by Slava Gurevich · 5 days ago
  17. 97a75c2 [sanitizer] Warn if allocator size exceeds max user virtual address (#152428) by Thurston Dang · 6 days ago
  18. 50dfeaf [compiler-rt][AArch64] Add GCS property in assembly files (#152502) by Csanád Hajdú · 6 days ago
  19. 263fc2f [ubsan_minimal] Add address argument to Android's abort message function (#152419) by Sharjeel Khan · 7 days ago
  20. 889a1ae [NFC][asan] Update shadow mapping comments for AArch64 non-Android Linux (#152412) by Thurston Dang · 7 days ago
  21. 0cf1435 [ubsan_minimal] Allow UBSan handler from Minimal runtime to accept arguments (#152192) by Andrew Lazarev · 7 days ago
  22. e5b1a83 [sanitizer_common] Disable SanitizerCommon lsan tests on Apple arm64 (#151929) by Dan Blackwell · 7 days ago
  23. bca2d1b [sanitizer] Don't TestPTrace() if SPARC; don't give up if internal_fork() fails (#152072) by Thurston Dang · 8 days ago
  24. 693bb2c Revert "[compiler-rt][test] Apply CFLAGS from sanitizer_common to all tests" (#152177) by gulfemsavrun · 8 days ago
  25. 0db5784 [sanitizer] Fix-forward "[sanitizer] Print diagnostic if ptrace syscall fails #151406" by Thurston Dang · 9 days ago
  26. eecaa97 [sanitizer] Print diagnostic if ptrace syscall fails (#151406) by Thurston Dang · 9 days ago
  27. afc28bd [compiler-rt][test] Apply CFLAGS from sanitizer_common to all tests (#120798) by Aaron Puchert · 9 days ago
  28. dc425af Relax muldc3 test to avoid precision issue (#151663) by jinge90 · 11 days ago
  29. 50e4340 [TSan] Fix tsan_rtl_access printf type warnings (#151508) by Dan Blackwell · 12 days ago
  30. 89dde5d [TSan] Fix asan_mac.cpp function pointer cast warnings (#151517) by Dan Blackwell · 12 days ago
  31. a0c48f1 [ubsan_minimal] Introduce custom substitutions for clang with minimal runtime (#151613) by Andrew Lazarev · 13 days ago
  32. a0b0e48 [MemProf] Write out raw profile bytes in little endian. (#150375) by Snehasish Kumar · 14 days ago
  33. 0f31b68 [scudo] Allow the quarantine code to be compiled out (#151064) by Christopher Ferris · 14 days ago
  34. 6f52397 Reapply "[MemProf] Change histogram storage from uint64_t to uint16_t… (#151431) by Snehasish Kumar · 14 days ago
  35. 359e90f [MemProf] Add sanitizer interface decls for histogram funcs. (#151398) by Snehasish Kumar · 14 days ago
  36. bccd214 Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382) by Snehasish Kumar · 14 days ago
  37. bdf269c [MemProf] Change histogram storage from uint64_t to uint16_t (#147854) by Snehasish Kumar · 14 days ago
  38. d507e8c [TSan][compiler-rt] Defer symbolization of Reports to as late as possible (#151120) by Dan Blackwell · 2 weeks ago
  39. 1b7fad4 Reapply "[compiler-rt] Remove %T from tests (#151265)" by Aiden Grossman · 2 weeks ago
  40. 24cb75a Revert "[compiler-rt] Remove %T from tests (#151265)" by Aiden Grossman · 2 weeks ago
  41. 1cc6949 [compiler-rt] Remove %T from tests (#151265) by Aiden Grossman · 2 weeks ago
  42. babf413 [libFuzzer] Mark libFuzzer SIGTRAP test unsupported on windows (#151109) by Dan Blackwell · 2 weeks ago
  43. 5cb66eb [rtsan][compiler-rt] Fix ioctl test causing segfault on exit (#151182) by davidtrevelyan · 2 weeks ago
  44. fdf2103 [PAC][compiler-rt] Fix init/fini array signing schema (#150691) by Daniil Kovalev · 2 weeks ago
  45. 6a40278 [scudo] Fix secondary caching for mte (#150156) by Christopher Ferris · 2 weeks ago
  46. 9f3e229 [compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120) by Dan Blackwell · 2 weeks ago
  47. 2396bb9 [rtsan] Disable pthread_cond_wait test (#150807) by Chris Apple · 3 weeks ago
  48. 89ed697 [rtsan] Add test for pthread_cond_wait segfault (#150776) by Chris Apple · 3 weeks ago
  49. f6df13f Remove reference to obsolete termio ioctls by Andreas Schwab · 3 weeks ago
  50. 285aa8a [MSan] Fix check overflow in a test case (#150429) by Kunqiu Chen · 3 weeks ago
  51. 3bf2da2 [sanitizer] Remove usage of termios ioctl constants on Linux glibc since 2.41 (#149140) by cqwrteur · 3 weeks ago
  52. e2bc292 [ASan][Darwin][GCD] Add interceptor for dispatch_apply (#149238) by thetruestblue · 3 weeks ago
  53. 1417371 [sanitizer_common][nfc] Rename `tid_t` to avoid conflicting declarations (#149011) by Jake Egan · 3 weeks ago
  54. f11321e [compiler-rt][MSVC] Update check to include clang-cl (#150108) by Zack Johnson · 3 weeks ago
  55. 44ea716 asan: refactor interceptor allocation/deallocation functions (#145087) by Justin King · 3 weeks ago
  56. 148c1e3 build_symbolizer.sh: Ensure libcxx include path comes first (#149431) by Matthias Braun · 3 weeks ago
  57. c942727 [sanitizer] Fix libcxx cache existence check in symbolizer build (#149249) by int-zjt · 3 weeks ago
  58. 7a57f83 [compiler-rt][sanitizer] fix msghdr for musl (#136195) by Deák Lajos · 3 weeks ago
  59. 8c3f096 [compiler-rt] Tweak cmake formatting by Nico Weber · 3 weeks ago
  60. c4c77e5 [compiler-rt][MSVC] Conditionally remove emupac.cpp for msvc (#149823) by Zack Johnson · 3 weeks ago
  61. 7fb7e09 [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) by Fabio D'Urso · 3 weeks ago
  62. 9d7069a [compiler-rt][Mips] Fix stat size check on mips64 musl (#143301) by Jens Reidel · 4 weeks ago
  63. 0378b4d [asan] Revert global check for non-AIX (#149245) by Jake Egan · 4 weeks ago
  64. 853dc5f Fix more compiler-rt tests after #149015. by Peter Collingbourne · 4 weeks ago
  65. efff840 Speculative buildbot fix. by Peter Collingbourne · 4 weeks ago
  66. 79b227e Rename config.host_os to config.target_os. by Peter Collingbourne · 4 weeks ago
  67. f31d3ae [Apple][NFC] Update macOS aligned version for lit config (#143576) by thetruestblue · 4 weeks ago
  68. 22becab [scudo] Make release to OS test more specific. (#147852) by Christopher Ferris · 4 weeks ago
  69. 1c60bb4 compiler-rt: test: Use the host instead of the target to select %expect_crash. by Peter Collingbourne · 4 weeks ago
  70. 1f793da Reapply "compiler-rt: Introduce runtime functions for emulated PAC." by Peter Collingbourne · 4 weeks ago
  71. 7c9c0e0 [scudo] Fix c wrappers double free test. (#148066) by Christopher Ferris · 4 weeks ago
  72. 52767bf [sanitizer_common][NFC] Fix sanitizer_platform_limits_posix.h formatting (#147864) by Jake Egan · 5 weeks ago
  73. bc2c0d4 Revert "compiler-rt: Introduce runtime functions for emulated PAC." by Peter Collingbourne · 5 weeks ago
  74. 1e95056 [compiler-rt] Don't handle Linux-specific shmctl commands in sanitizer (#143116) by Jessica Clarke · 5 weeks ago
  75. 9e31499 [compiler-rt][sanitizer] Add Windows MIPS32 support (#145110) by Hervé Poussineau · 5 weeks ago
  76. 3eb14e5 [compiler-rt] Include missing headers for libFuzzer (#146828) by Takuto Ikuta · 5 weeks ago
  77. 39d9715 builtins: Speculative MSVC fix. by Peter Collingbourne · 5 weeks ago
  78. 768a1d2 [sanitizer_common] Introduce SANITIZER_MMAP_BEGIN macro (#147645) by Jake Egan · 5 weeks ago
  79. d8bbe03 compiler-rt: Introduce runtime functions for emulated PAC. by Peter Collingbourne · 5 weeks ago
  80. 7a3ab19 [scudo] Move out the definitions of member functions in primary allocators (#147601) by ChiaHungDuan · 5 weeks ago
  81. 44af09c rtsan: Support free_sized and free_aligned_sized from C23 (#145085) by Justin King · 5 weeks ago
  82. e7cced1 hwasan: refactor new/delete interceptor macros (#146698) by Justin King · 5 weeks ago
  83. 89f6225 [scudo] Make block storage in TransferBatch trailing objects (#144204) by ChiaHungDuan · 5 weeks ago
  84. 34976f6 [asan][AIX] Move import/export lists to an AIX-specific subdirectory (#145936) by Jake Egan · 5 weeks ago
  85. d362c8f [sanitizer_common] Drop remaining support for Android 5 or older (#146187) by Brad Smith · 5 weeks ago
  86. f33cc6b [sanitizer_common] Drop support for Android 5 (#145227) by Brad Smith · 5 weeks ago
  87. 845ad62 [compiler-rt][sanitizer_common] Improve handling of env vars for iOS simulator tests (#146721) by Dan Blackwell · 6 weeks ago
  88. 7a077b2 [ASan][Windows] Honor asan config flags on windows when set through the user function (#122990) by David Justo · 6 weeks ago
  89. 9235c2b asan: refactor new/delete interceptor macros (#146696) by Justin King · 6 weeks ago
  90. e324381 Reland [TSan] Clarify and enforce shadow end alignment (#146676) by Kunqiu Chen · 6 weeks ago
  91. 7fbefb1 Revert "[TSan] Clarify and enforce shadow end alignment" (#146674) by Kunqiu Chen · 6 weeks ago
  92. 0238e1c [nfc][asan] clang-format for #145087 by Vitaly Buka · 6 weeks ago
  93. 2a75052 tsan: Support free_sized and free_aligned_sized from C23 (#144531) by Justin King · 6 weeks ago
  94. bb0007c Fix uncaught-exception.test. (#146190) by Qinkun Bao · 7 weeks ago
  95. 5e2096b Fix uncaught-exception.test. (#146181) by Qinkun Bao · 7 weeks ago
  96. a826240 Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#145959) (#146112) by Sterling-Augustine · 7 weeks ago
  97. 1171f8a [compiler-rt][ARM] Only use bxaut when the target has pacbti (#146057) by John Brawn · 7 weeks ago
  98. e070357 [TSan] Clarify and enforce shadow end alignment (#144648) by Kunqiu Chen · 7 weeks ago
  99. 4ba5dd1 [asan] Implement address sanitizer on AIX: build configuration (#139583) by Jake Egan · 7 weeks ago
  100. 403ee8a [asan] Implement address sanitizer on AIX: address descriptions (#138891) by Jake Egan · 7 weeks ago