1. b33a9ba [Sanitizer] Cleanup {ASAN, MSAN}_INTERCEPT_FUNC[_VER] macro by Julian Lettner · 5 years ago
  2. d011289 [builtins] Use __APPLE__ instead of __MACH__ in check by Petr Hosek · 5 years ago
  3. 6a5c452 [builtins] Fix the missing assembly on Darwin by Petr Hosek · 5 years ago
  4. 7425406 [builtins] Fix the typo in the preprocessor check by Petr Hosek · 5 years ago
  5. 37e90d1 [builtins] Use aliases for function redirects by Petr Hosek · 5 years ago
  6. f0745e8 [builtins] Use single line C++/C99 comment style by Petr Hosek · 5 years ago
  7. db42a0c [builtins] Reformat builtins with clang-format by Petr Hosek · 5 years ago
  8. eb2e734 [CMake] Don't modify `FUZZER_SUPPORTED_ARCH` is place. by Dan Liew · 5 years ago
  9. f87d734 [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceSize and Params::kRegionSizeLog by Vitaly Buka · 5 years ago
  10. 308ab63 [sanitizer] NFC: add static_assert to confirm that we use reasonable ByteMap type by Vitaly Buka · 5 years ago
  11. dc8b1be [NFC][Sanitizer] Remove GetRealFunctionAddress and replace usages by Julian Lettner · 5 years ago
  12. 807d26a Revert "[sanitizer] NFC: add static_assert to confirm that we use optimal ByteMap type" by JF Bastien · 5 years ago
  13. 956b2fe [Sanitizer][Windows] Speculative fix for broken build on Windows by Julian Lettner · 5 years ago
  14. 06a0541 [Sanitizer] Fix test by Julian Lettner · 5 years ago
  15. b6b6cfe [Sanitizer] Fix compliation error in test by Julian Lettner · 5 years ago
  16. 8a20217 Implement __sanitizer::conditional<B, T, F> by Vitaly Buka · 5 years ago
  17. acdfae7 [sanitizer] NFC: add static_assert to confirm that we use optimal ByteMap type by Vitaly Buka · 5 years ago
  18. 9a964f6 Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple" by Dan Liew · 5 years ago
  19. b6811a1 [NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to void by Julian Lettner · 5 years ago
  20. 129178f [NFC] Remove ::kForTest from AP64, it does not use it. by Vitaly Buka · 5 years ago
  21. 4a1c068 [asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module map by Dan Liew · 5 years ago
  22. 1bcdbd6 [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms. by Dan Liew · 5 years ago
  23. b4c647a [lsan] Use SANITIZER_WORDSIZE when selecting ByteMap by Vitaly Buka · 5 years ago
  24. 8df4495 Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap" by Vitaly Buka · 5 years ago
  25. e1130da NFC: Clang-format msan_allocator.cc by Vitaly Buka · 5 years ago
  26. e9de764 [lsan] Use SANITIZER_WORDSIZE when selecting ByteMap by Vitaly Buka · 5 years ago
  27. 27076ac [libFuzzer] Disable MSan interceptors in SIGINT handler. by Matt Morehouse · 5 years ago
  28. fa8d06b [libFuzzer] Require linux for libcxx.test by Matt Morehouse · 5 years ago
  29. 0546495 [compiler-rt] Build custom libc++abi without exceptions. by Matt Morehouse · 5 years ago
  30. b59c912 [NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddress by Julian Lettner · 5 years ago
  31. 959ad4c [scudo][standalone] Introduce the SizeClassMap by Kostya Kortchinsky · 5 years ago
  32. 5a9f393 [sanitizer_common] Remove some old commented-out printf statements, and fixed up the order of includes. by Mitch Phillips · 5 years ago
  33. 1640f82 [compiler-rt] NFC fixed [whitespace/braces] LINT warning by Vitaly Buka · 5 years ago
  34. 2a99722 [fuzzer] Fix reload.test on Linux/aarch64 by Adhemerval Zanella · 5 years ago
  35. 6d047cc [compiler-rt] Fix warning about virtual destructor in sanitizer_flag_parser.h by Vitaly Buka · 5 years ago
  36. 0821cbb [llvm-symbolizer] Quick fix for broken sanitizer bot by Mitch Phillips · 5 years ago
  37. 429c2df [scudo][standalone] Introduce the Secondary allocator by Kostya Kortchinsky · 5 years ago
  38. e791cfa The error message for mismatched value sites is very cryptic. by Dmitry Mikulin · 5 years ago
  39. 854bc71 [TSan] Support fiber API on macOS by Julian Lettner · 5 years ago
  40. 8cda64f [CMake] Add fuzzer as a component for runtime builds by Chris Bieneman · 5 years ago
  41. 54af5f7 [gn] Support dots in CMake paths in the sync script by Petr Hosek · 5 years ago
  42. ad068ba Removed regiser dump checks from FP unit test. by Mitch Phillips · 5 years ago
  43. 45cf02a [HWASan] Added no-FP unit test for register dump. by Mitch Phillips · 5 years ago
  44. a1d117e Updated test case. by Mitch Phillips · 5 years ago
  45. 6a020cf Added no-FP unit test for register dump. by Mitch Phillips · 5 years ago
  46. d640e72 [libFuzzer] revert part of r358726 committed by mistake (oops) by Kostya Serebryany · 5 years ago
  47. 6c875ed [libFuzzer] in fork mode, make sure the child stats are always collected. This should fix the flakiness in fork-ubsan.test by Kostya Serebryany · 5 years ago
  48. 3791c98 [builtins] Build x86_64 with GENERIC_TF_SOURCES by Yi Kong · 5 years ago
  49. 9b65419 Summary: Add close_fd_mask functionality to AFL driver. by Jonathan Metzman · 5 years ago
  50. 80bfad5 [asan_symbolize] Workaround bug in old Python 2 versions. by Dan Liew · 5 years ago
  51. 1ba1ef6 [asan_symbolize] Add a simple plugin architecture by Dan Liew · 5 years ago
  52. 38fc3a2 [builtins] Add __cmpsf2 for ARM version of comparesf2 by Yi Kong · 5 years ago
  53. 0d0f371 [HWASan] Fixed slow DWARF unwinding. by Mitch Phillips · 5 years ago
  54. d540464 [libFuzzer] Remove tautological compare. by Matt Morehouse · 5 years ago
  55. d33c5cf [TSan][libdispatch] Port gcd-sync-block-copy.mm to C++ by Julian Lettner · 5 years ago
  56. 95ec60f [libFuzzer] speedup the merge step in the fork mode by merging only the files that have unique features. by Kostya Serebryany · 5 years ago
  57. c438ef3 [libFuzzer] add -features_dir= flag to dump unique input features on disk by Kostya Serebryany · 5 years ago
  58. 8fa4694 [TSan][libdispatch] Move libdispatch tests out of Darwin folder by Julian Lettner · 5 years ago
  59. 2720333 [libFuzzer] Fix DataFlow.cpp logic when tracing long inputs. by Max Moroz · 5 years ago
  60. 2a6ceae [TSan][libdispatch] Don't link against Foundation by Julian Lettner · 5 years ago
  61. 2d04195 [TSan][libdispatch] Replace NSTemporaryDirectory in tests by Julian Lettner · 5 years ago
  62. 31b0a28 [libFuzzer] support -runs=N in the fork mode. Make sure we see one-line reports from ubsan in the fork mode. Test both by Kostya Serebryany · 5 years ago
  63. 517a8bc [TSan][libdispatch] Fix failing test by Julian Lettner · 5 years ago
  64. 61939ca [TSan][libdispatch] Delete old tests by Julian Lettner · 5 years ago
  65. a56718b [TSan][libdispatch] Re-enable disabled tests by Julian Lettner · 5 years ago
  66. 2150bed [TSan][libdispatch] Turn ignore_noninstrumented_modules=1 back on for Darwin by Julian Lettner · 5 years ago
  67. f12ea2f [libFuzzer] Make MutateWithMask work when the Mask is shorter than the input. by Max Moroz · 5 years ago
  68. 40ca620 [TSan][libdispatch] Replace usage of NSMutableData with stack array by Julian Lettner · 5 years ago
  69. 0de82e4 [TSan][libdispatch] Change test to have two simultaneous timers by Julian Lettner · 5 years ago
  70. 62458a4 [TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 2 by Julian Lettner · 5 years ago
  71. ff3686b Revert "tsan: Update test expectations." by Matt Morehouse · 5 years ago
  72. fa58f7c [libFuzzer] Fallback to default Mutate when MutateWithMask fails. by Max Moroz · 5 years ago
  73. c5450ae Prospective test fix in response to r358104. by John McCall · 5 years ago
  74. c3911d6 [NFC] Use clearer naming for local variables by JF Bastien · 5 years ago
  75. 62944fa [TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 1 by Julian Lettner · 5 years ago
  76. c9d0c6e [scudo][standalone] Add flags & related parsers by Kostya Kortchinsky · 5 years ago
  77. 75e6f66 [asan_symbolize] Move argument parser epilog text into script doc comment. by Dan Liew · 5 years ago
  78. f1b6875 hwasan: Enable -hwasan-allow-ifunc by default. by Peter Collingbourne · 5 years ago
  79. 6501387 [asan_symbolize] Use proper logging infrastructure. by Dan Liew · 5 years ago
  80. 0196087 [Sanitizer] Make wcrtomb test posix-only by Pavel Labath · 5 years ago
  81. b68b25d [Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptor by Pavel Labath · 5 years ago
  82. 761390f [TSan][libdispatch] Remove Darwin-only version of fully-ported tests by Julian Lettner · 5 years ago
  83. db1a249 tsan: Update test expectations. by Peter Collingbourne · 5 years ago
  84. 4c4c3a2 [gn] Support for building compiler-rt builtins by Petr Hosek · 5 years ago
  85. 6dad37c Use binary write mode in WriteToFile function to avoid appended \r characters on Windows by Vitaly Buka · 5 years ago
  86. a7711fa [Sanitizers] Provide __internal_dup on Solaris by Rainer Orth · 5 years ago
  87. 94c8d24 [Sanitizers] Fix sanitizer_linux_libcdep.cc compilation on Solaris by Rainer Orth · 5 years ago
  88. 2d4b832 [TSan][libdispatch] Make test work on Linux, pt. 2 by Julian Lettner · 5 years ago
  89. e24b195 [libFuzzer] Another follow up fix for Data Flow scripts in Py3. by Max Moroz · 5 years ago
  90. 80e98c2 [libFuzzer] Fix output format in data flow merge script after Py3 change. by Max Moroz · 5 years ago
  91. 53c76a1 [TSan][libdispatch] Make test work on Linux by Julian Lettner · 5 years ago
  92. f73f4c9 Remove unneeded ymath.h include from int_math.h by Reid Kleckner · 5 years ago
  93. 3296cd3 [TSan][libdispatch] Stricter checks via `--implicit-check-not` by Julian Lettner · 5 years ago
  94. f547015 [libFuzzer] Make DataFlow scripts Python3 compatible. by Max Moroz · 5 years ago
  95. 3c3f14f [winasan] Fix strrchr interception with vs2019 CRT by Reid Kleckner · 5 years ago
  96. 7f5d973 [TSan][libdispatch] Specify libdispatch header dir for lit tests by Julian Lettner · 5 years ago
  97. 8c54259 [NFC][TSan][libdispatch] Better CMake variable names by Julian Lettner · 5 years ago
  98. 0e01a16 [TSan][libdispatch] Add Cmake option for libdispatch install path by Julian Lettner · 5 years ago
  99. 5059d21 Fix typos in tests. NFC. by Xing GUO · 5 years ago
  100. 41912e8 [NFC][TSan][libdispatch] Cleanup test by Julian Lettner · 5 years ago