1. 868b31b [winasan] Update GetInstructionSize for Win10 1803 by David Major · 7 years ago
  2. 49fcf17 [ASan] Fix range check in AddrIsInHighShadow by David Major · 7 years ago
  3. 6a6e690 [libFuzzer] refactor the implementation of -print_coverage by Kostya Serebryany · 7 years ago
  4. 65e9f1f Enable SANITIZER_INTERCEPTOR_HOOKS for NetBSD by Kamil Rytarowski · 7 years ago
  5. 2903a9b [tsan] Add debugging API to retrieve the "external tag" from reports by Kuba Mracek · 7 years ago
  6. ca804ca [asan] Enable memtrinsics interception for RTEMS by Walter Lee · 7 years ago
  7. 603c7ae [sanitizer] Port fast stack unwinder to sparcv8 by Walter Lee · 7 years ago
  8. 5d95f27 [libFuzzer] simplify tests, remove one redundant test; NFC by Kostya Serebryany · 7 years ago
  9. d80e821 [libFuzzer] remove the dump_coverage flag, it hasn't been working with the inline sanitizer coverage anyway by Kostya Serebryany · 7 years ago
  10. 9788e60 Setup ORIGIN/NetBSD option in sanitizer tests by Kamil Rytarowski · 7 years ago
  11. 59bf1e8 [libFuzzer] remove the experimental support for clang coverage instrumentation. This mode has not been used and our experiments with https://github.com/google/fuzzer-test-suite show that this signal is weaker than the SanitizerCoverage by Kostya Serebryany · 7 years ago
  12. 3bde962 [asan] Initialize fake stack during thread init by Walter Lee · 7 years ago
  13. f489e2b [libFuzzer] Experimental data flow tracer for fuzz targets. by Kostya Serebryany · 7 years ago
  14. b8238db4 Register NetBSD/i386 in asan_mapping.h by Kamil Rytarowski · 7 years ago
  15. c58988a [lsan] Try to fix test failure due to compiler optimization by Peter Wu · 7 years ago
  16. aee7b0f wrong usages of sem_open in the libFuzzer by Kamil Rytarowski · 7 years ago
  17. 327f5f3 [sanitizer] Attempt to fix strace_test.cc on ppc64le by Vitaly Buka · 7 years ago
  18. ebbc754 [sanitizer] Fix typo in comment by Vitaly Buka · 7 years ago
  19. 5dcc94c [sanitizer] Renamed local variable by Vitaly Buka · 7 years ago
  20. edad575 [sanitizer] Fix compilation after invalid rebase by Vitaly Buka · 7 years ago
  21. e0c6ead [sanitizer] Don't miss threads by ThreadSuspender by Vitaly Buka · 7 years ago
  22. d790eff [libFuzzer] add a simple puzzle that is difficult for today's libFuzzer by Kostya Serebryany · 7 years ago
  23. c779388 [sanitizer] Use all available rounded up capacity by Vitaly Buka · 7 years ago
  24. ed43f18 [lsan] Report unsuspended threads by Vitaly Buka · 7 years ago
  25. cf50425 [sanitizer] Fix argument type and remove unneeded vector resize by Vitaly Buka · 7 years ago
  26. 1608ca6 [CMake] Build shared version of runtimes for Fuchsia by Petr Hosek · 7 years ago
  27. 34794a9 [sanitizer] Use tid_t in ThreadLister by Vitaly Buka · 7 years ago
  28. d3e55bf7 [sanitizer] Cleanup sorting functions by Vitaly Buka · 7 years ago
  29. 73634e4 [dfsan] add one more sanitizer-coverage hook to the whitelist by Kostya Serebryany · 7 years ago
  30. 0a4d213 [libFuzzer] Disable print-func.test on Darwin. by Matt Morehouse · 7 years ago
  31. cb7912c [sanitizer] Correct 64-bit atomic_store on 32-bit "other" platforms by Kostya Kortchinsky · 7 years ago
  32. ed3065f Add basic compiler-rt builtins support for hexagon. by Sid Manning · 7 years ago
  33. fb66378 [sanitizer] Remove unneeded blank lines by Vitaly Buka · 7 years ago
  34. 0590a5b [sanitizer] Update .clang-format in compiler-rt by Vitaly Buka · 7 years ago
  35. 14cf71a [libFuzzer] Guard symbolization with try-lock. by Matt Morehouse · 7 years ago
  36. e21fbe5 [sanitizer] Read file to InternalMmapVectorNoCtor by Vitaly Buka · 7 years ago
  37. 6b13684 [sanitizer] Close fd on ReadFromFile error by Vitaly Buka · 7 years ago
  38. 7381f26 [sanitizer] Fix InternalMmapVectorNoCtor reserve and resize by Vitaly Buka · 7 years ago
  39. 47bc8f1 [asan] Fix bug introduced by r331647 by Walter Lee · 7 years ago
  40. 4e76d7f [sanitizer] Add InternalMmapVector::swap by Vitaly Buka · 7 years ago
  41. 4199dbd [sanitizer] Fix error checking in ThreadLister by Vitaly Buka · 7 years ago
  42. 47db4e6 Revert "[sanitizer] Be more accurate when calculating the previous instruction address on ARM." by Igor Kudrin · 7 years ago
  43. afdaaba [XRay][compiler-rt] Add llvm-mca assembler annotations for XRay (NFC) by Dean Michael Berris · 7 years ago
  44. 356e584 [dfsan] update the abilist for the sanitizer coverage; also remove the fuzz target from this list by Kostya Serebryany · 7 years ago
  45. e2953dc [sanitizer] Simplify ThreadLister interface by Vitaly Buka · 7 years ago
  46. 440d76c [sanitizer] s/TestOnlyInit/Init for the allocator ByteMap (NFC) by Kostya Kortchinsky · 7 years ago
  47. 7b24aea [asan] Port asan_malloc_linux.cc to RTEMS by Walter Lee · 7 years ago
  48. 5db43c6 [sanitizer] On RTEMS, avoid recursion when reporting Mmap failure by Walter Lee · 7 years ago
  49. 483eb86 [asan] Set flags appropriately for RTEMS by Walter Lee · 7 years ago
  50. 29306b9 [sanitizer] Add definitions for Myriad RTEMS platform by Walter Lee · 7 years ago
  51. 61de8a5 [sanitizer] Be more accurate when calculating the previous instruction address on ARM. by Igor Kudrin · 7 years ago
  52. fac095c [sanitizer] Add operator== and operator!= for InternalMmapVectorNoCtor by Vitaly Buka · 7 years ago
  53. 2a20955 [sanitizer] Replace InternalScopedBuffer with InternalMmapVector by Vitaly Buka · 7 years ago
  54. 44f55509 [sanitizer] Remove reserving constructor from InternalMmapVector by Vitaly Buka · 7 years ago
  55. db4241a [sanitizer] Implement InternalScopedBuffer with InternalMmapVector by Vitaly Buka · 7 years ago
  56. 20f4966 [sanitizer] Make InternalScopedBuffer::size() behavior similar to vector. by Vitaly Buka · 7 years ago
  57. bbe9e2a Remove dead sanitizer_procmaps_freebsd.cc by Kamil Rytarowski · 7 years ago
  58. af79e30 Comment fix. by David Major · 7 years ago
  59. 47e6b8c [XRay][compiler-rt] Support string-based config for Basic mode. by Dean Michael Berris · 7 years ago
  60. 5c389ac [XRay][compiler-rt] Support string-based config for FDR mode by Dean Michael Berris · 7 years ago
  61. f0a6927 [XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...). by Dean Michael Berris · 7 years ago
  62. 3835320 Revert "Follow-up to r331378. Update tests to allow to use C atomics in C++." by Volodymyr Sapsai · 7 years ago
  63. 6e713d98 Follow-up to r331378. Update tests to allow to use C atomics in C++. by Volodymyr Sapsai · 7 years ago
  64. 3a92454 [sanitizer] Remove unused 32-bit allocator TransferBatch parameter by Kostya Kortchinsky · 7 years ago
  65. 716d994 [sanitizer] Fix Fuchsia ReadBinaryName not to crash when uninitialized by Petr Hosek · 7 years ago
  66. 7764a04 [libFuzzer] Don't short-circuit from CrashCallback. by Matt Morehouse · 7 years ago
  67. 52fd169 [libFuzzer] Report at most one crash per input. by Matt Morehouse · 7 years ago
  68. e8e95b5 [compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection. by Roman Lebedev · 7 years ago
  69. 6c33998 tsan: disable trace switching after multithreaded fork by Dmitry Vyukov · 7 years ago
  70. 26e8120 [XRay][profiler] Part 1: XRay Allocator and Array Implementations by Dean Michael Berris · 7 years ago
  71. 21dc68f tsan: improve "destroy of a locked mutex" reports by Dmitry Vyukov · 7 years ago
  72. 5d3df3c Revert "[CMake] Make simple source used for CMake checks a C file" by Petr Hosek · 7 years ago
  73. 887fbc61 [CMake] Make simple source used for CMake checks a C file by Petr Hosek · 7 years ago
  74. 824eb0e [asan] Align __asan_global_start so that it works with LLD by Reid Kleckner · 7 years ago
  75. 8e19bd4 Enable full debug info in the ASan runtime on Windows by Reid Kleckner · 7 years ago
  76. 1520602 Add s390x to XFAIL for illegal_read/write_test.cc by Petar Jovanovic · 7 years ago
  77. d8803d3 [scudo] Adding an interface function to print allocator stats by Kostya Kortchinsky · 7 years ago
  78. 3517ece Finetune supported arches for the tests added in r330840 by Petar Jovanovic · 7 years ago
  79. 1dd3584 [mips] Implement GetWriteFlag() for mips by Petar Jovanovic · 7 years ago
  80. c1aaf8e Remove 'noexcept's that do not match between header and source file. by Richard Smith · 7 years ago
  81. efe5afb [sanitizer] More dead code removal by Kostya Kortchinsky · 7 years ago
  82. 482cef6 The OpenBSD UBsan port introduced two typos that broke the Solaris sanitizer build. by Rainer Orth · 7 years ago
  83. dfd5a90 [LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation. by Dan Liew · 7 years ago
  84. cf30f64 [HWASan] Use dynamic shadow memory on Android only. by Alex Shlyapnikov · 7 years ago
  85. f66221c [libFuzzer] Add feature to not use AFL's deferred forkserver. by Matt Morehouse · 7 years ago
  86. d6af13e Change kAllocatorSpace for powerpc64. by Martin Liska · 7 years ago
  87. 88b7be0 [Sanitizer] Internal Printf string width + left-justify. by Alex Shlyapnikov · 7 years ago
  88. d03fb0e [HWASan] Add files missing in r330624 by Alex Shlyapnikov · 7 years ago
  89. 79866cad [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). by Alex Shlyapnikov · 7 years ago
  90. 061fcd5 Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt)." by Reid Kleckner · 7 years ago
  91. 963aba3 Fix clang-cl warnings in compiler-rt by Reid Kleckner · 7 years ago
  92. 5a8bdc8 [scudo] Read ARM feature bits using Fuchsia APIs. by Kostya Kortchinsky · 7 years ago
  93. 8368bd8 Revert "[Sanitizer] Internal Printf string precision argument + padding." by Alex Shlyapnikov · 7 years ago
  94. c3ec164 [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). by Alex Shlyapnikov · 7 years ago
  95. 7b17c9d asan: Mark printf-4.c as unsupported on Windows. by Peter Collingbourne · 7 years ago
  96. 5bb2345 [Sanitizer] Internal Printf string precision argument + padding. by Alex Shlyapnikov · 7 years ago
  97. 2473183 Revert r330376 "[sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... into a template. NFC." by Hans Wennborg · 7 years ago
  98. b7a3bc9 [LibFuzzer] Report when custom counters are available. by Dan Liew · 7 years ago
  99. 25d0c65 [LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test. by Dan Liew · 7 years ago
  100. c8879c9 [LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3. by Dan Liew · 7 years ago