1. 1fd005f [libFuzzer] initial implementation of -data_flow_trace. It parses the data flow trace and prints the summary, but doesn't use the information in any other way yet by Kostya Serebryany · 7 years ago
  2. b89704f [lsan] Do not check for leaks in the forked process by Vitaly Buka · 7 years ago
  3. 236c3f9 [LSan] Report proper error on allocator failures instead of CHECK(0)-ing by Alex Shlyapnikov · 7 years ago
  4. 4c1fdcf [XRay][compiler-rt] Use DCHECK instead of assert(...) (NFC) by Dean Michael Berris · 7 years ago
  5. 13b2fcc [XRay][compiler-rt] Use static instead of inline (NFC) by Dean Michael Berris · 7 years ago
  6. abbeb4c [XRay][compiler-rt] Remove __xray:: in some places (NFC) by Dean Michael Berris · 7 years ago
  7. bd37b57 [XRay][compiler-rt] Remove namespace __xray_fdr_internal (NFC) by Dean Michael Berris · 7 years ago
  8. 7f88ea1 [XRay][compiler-rt] Merge XRay FDR mode into a single file (NFC) by Dean Michael Berris · 7 years ago
  9. 7d26077 Introduce CheckASLR() in sanitizers by Kamil Rytarowski · 7 years ago
  10. 5eaaff6 [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC) by Dean Michael Berris · 7 years ago
  11. 8ba925d [XRay][compiler-rt] Remove reliance on C++ ABI from BufferQueue by Dean Michael Berris · 7 years ago
  12. a6303a9 by David Carlier · 7 years ago
  13. d12cb59 [XRay][compiler-rt] Remove RTTI requirement from XRay Builds by Dean Michael Berris · 7 years ago
  14. 8908aa4 [Fuzzer] Migrate Fuchsia port from launchpad to fdio_spawn by Petr Hosek · 7 years ago
  15. d74d04a Add weak definitions of trace-cmp hooks to dfsan by Kostya Serebryany · 7 years ago
  16. e2f884d [asan, myriad] Implement aligned local pool allocation by Walter Lee · 7 years ago
  17. bf03bfb [asan, myriad] Configure platform interceptors by Walter Lee · 7 years ago
  18. 45cdbda [XRay] Fix supposely failing test for FreeBSD by David Carlier · 7 years ago
  19. 3b480d1 [ASAN] Sanitize testsuite for ARM. by Yvan Roux · 7 years ago
  20. d44a6ea Fix GCC 4.8.5 build by avoiding braced default member initializer by Reid Kleckner · 7 years ago
  21. ac804c2 Define SIZEOF_STRUCT_USTAT for 32bit sparc. by Sylvestre Ledru · 7 years ago
  22. af32267 Missing include by Stephan Bergmann · 7 years ago
  23. d1fe506 [XRay] Fixup: Remove unnecessary type alias by Dean Michael Berris · 7 years ago
  24. 16c865b [XRay] Fixup: Explicitly call std::make_tuple(...) by Dean Michael Berris · 7 years ago
  25. ca856e0 [XRay] Fixup: Address some warnings breaking build by Dean Michael Berris · 7 years ago
  26. 1eb8c206 [XRay][profiler] Part 3: Profile Collector Service by Dean Michael Berris · 7 years ago
  27. 980e45f [libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer several times on subsets of inputs bytes, to overcome DFSan out-of-label failures by Kostya Serebryany · 7 years ago
  28. b54ac41 [asan] Remove unneeded VirtualQuery from exception handler by Reid Kleckner · 7 years ago
  29. 3dc6cea [asan, myriad] Simplify main thread handling by Walter Lee · 7 years ago
  30. 0a70e9d [asan, myriad] Reset shadow memory during exit by Walter Lee · 7 years ago
  31. d30bcab Fix a typo; NFC by George Burgess IV · 7 years ago
  32. 4add8a1 [safestack] Lazy initialization of interceptors by Vitaly Buka · 7 years ago
  33. 796bb7d [Fuzzer] Update _zx_port_wait function use in Fuchsia port by Petr Hosek · 7 years ago
  34. 11c1c26 Revert the last test commit by H.J. Lu · 7 years ago
  35. caab7c8 This is a test commit to verify repository access by H.J. Lu · 7 years ago
  36. f6311c6 by David Carlier · 7 years ago
  37. 540d7e5 [libFuzzer] Avoid optimization of "abs(x) < 0" by Vitaly Buka · 7 years ago
  38. b161db0 Revert "[libFuzzer] [NFC] Generalize DSO tests to work even when files are moved." by Vitaly Buka · 7 years ago
  39. 698b0a6 [libFuzzer] [NFC] Generalize fdmask test. by George Karpenkov · 7 years ago
  40. b4ccb3a [libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer tests by George Karpenkov · 7 years ago
  41. fe44eb4 [libFuzzer] [NFC] Generalize DSO tests to work even when files are moved. by George Karpenkov · 7 years ago
  42. 464d141 [libFuzzer] Fix multi-arch build support for fuzzer tests. by George Karpenkov · 7 years ago
  43. 02c85f1 [libFuzzer] Run libFuzzer unit tests only on host architecture. by George Karpenkov · 7 years ago
  44. 0dcb690 [libFuzzer] XFAIL a few libFuzzer tests on iOS. by George Karpenkov · 7 years ago
  45. e7e3fc2 [libFuzzer] Fix a typo in CMake configuration. by George Karpenkov · 7 years ago
  46. 06e0fd3 Revert "[cmake] [ARM] Check if VFP is supported before including any VFP builtins" by Azharuddin Mohammed · 7 years ago
  47. 80968a9 [cmake] [ARM] Check if VFP is supported before including any VFP builtins by Azharuddin Mohammed · 7 years ago
  48. 383fe5c sanitizer: Use pre-computed size of struct ustat for Linux by Craig Topper · 7 years ago
  49. 13f8a77 [tsan] Fix a failure in test java_race_pc on AArch64 after r333071 by Igor Kudrin · 7 years ago
  50. 4d53b74 [libFuzzer] DataFlow tracer now tags a subset of the input. A separate script merges traces from the subsets by Kostya Serebryany · 7 years ago
  51. 500ca87 [libFuzzer] fix two off-by-ones (!!) in the data flow tracer by Kostya Serebryany · 7 years ago
  52. 767d92e [fuchsia] Add line buffering in RawWrite by Jake Ehrlich · 7 years ago
  53. 4925392 [libFuzzer] change the output format for the DataFlow tracer by Kostya Serebryany · 7 years ago
  54. 28fe54f [libFuzzer] add a stress test for the DataFlow tracer by Kostya Serebryany · 7 years ago
  55. fe97441 [libFuzzer] Don't complain about lack of interesting inputs when -runs=0. by Max Moroz · 7 years ago
  56. 08c6304 [sanitizer] Define UINTPTR_MAX by Kostya Kortchinsky · 7 years ago
  57. 5b1b594 Fix internal_mmap() on 32-bit NetBSD platforms by Kamil Rytarowski · 7 years ago
  58. c0099f9 [sanitizer] Reland "Be more accurate when calculating the previous instruction address on ARM." by Igor Kudrin · 7 years ago
  59. 7f5bf83 [libFuzzer] modify -print_corpus_stats to print whether the input reaches the focus function by Kostya Serebryany · 7 years ago
  60. aa6d13e [CMake] Support builtins as Clang default rtlib in compiler-rt by Petr Hosek · 7 years ago
  61. 45f8986 [asan] Use dynamic allocator space address on Android/AArch64. by Evgeniy Stepanov · 7 years ago
  62. 1ffaa48 [CMake] Support libc++ as Clang default stdlib in compiler-rt by Petr Hosek · 7 years ago
  63. 4ca5af0 [CMake] Silence unused variable warning in compiler check by Petr Hosek · 7 years ago
  64. f6dda7c [CMake] Use a different source depending on C++ support by Petr Hosek · 7 years ago
  65. ead3b34 [asan] Make GetCurrentThread RTEMS-friendly by Walter Lee · 7 years ago
  66. 69c2b71 [libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036) by Kostya Serebryany · 7 years ago
  67. 702d073 Revert "[CMake] Reland "Make simple source used for CMake checks a C file"" by Petr Hosek · 7 years ago
  68. 434606c Align ClearShadowForThreadStackAndTLS for NetBSD/i386 by Kamil Rytarowski · 7 years ago
  69. 51daee0 Port msan_test.cc to NetBSD by Kamil Rytarowski · 7 years ago
  70. c7fe745 Do not link with -ldl in NetBSD/ASan tests by Kamil Rytarowski · 7 years ago
  71. 28f330f [msan] Don't check divisor shadow in fdiv. by Evgeniy Stepanov · 7 years ago
  72. 4f9516d Revert r332683 & r332684 relating to compiler runtime checks by Reid Kleckner · 7 years ago
  73. 0edca4f [asan] Explicitly declare memintrinsics interceptors to have C linkage by Walter Lee · 7 years ago
  74. 927f4ec [asan] Remove an unsigned compare >= 0 by Walter Lee · 7 years ago
  75. e35f57f [asan] Add target-specific files for Myriad RTEMS port by Walter Lee · 7 years ago
  76. ce26498 [asan] Add support for Myriad RTEMS memory map by Walter Lee · 7 years ago
  77. 83061cc [CMake] Use <UNIX|WINDOWS>_COMMAND with separate_arguments by Petr Hosek · 7 years ago
  78. 8b5fe57 [CMake] Detect the compiler runtime and standard library by Petr Hosek · 7 years ago
  79. b134dbb [sanitizer] Trivial portion of the port to Myriad RTEMS by Walter Lee · 7 years ago
  80. 3eb7183 [CMake] Reland "Make simple source used for CMake checks a C file" by Petr Hosek · 7 years ago
  81. 5a668a0 [CMake] Cleanup find_compiler_rt_library function [NFC] by Petr Hosek · 7 years ago
  82. a54e218 [builtins][macos] bump up the the macOS version min in os_version_check tests by Alex Lorenz · 7 years ago
  83. a52d30b [libFuzzer] rename a test from .c to .cpp by Kostya Serebryany · 7 years ago
  84. c5368c2 [asan] Add a magic shadow value for shadw gap by Walter Lee · 7 years ago
  85. e9c6f06 [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to focus on inputs that trigger that function by Kostya Serebryany · 7 years ago
  86. 3bf63c9 [asan] Restore check removed by r332033 by Walter Lee · 7 years ago
  87. d633960 [libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer). by Max Moroz · 7 years ago
  88. e5c9e9f [scudo] Quarantine optimization by Kostya Kortchinsky · 7 years ago
  89. 561228b [sanitizer] Minor 32-bit primary improvements by Kostya Kortchinsky · 7 years ago
  90. 75e01fa [sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock by Vitaly Buka · 7 years ago
  91. 3f1fd79 [asan] Workaround to avoid hangs in Chromium tests by Vitaly Buka · 7 years ago
  92. 2f7edae [libFuzzer] deprecate equivalence_server by Kostya Serebryany · 7 years ago
  93. 980d93d [XRay][profiler] Part 2: XRay Function Call Trie by Dean Michael Berris · 7 years ago
  94. cdb89b7 Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock" by Vitaly Buka · 7 years ago
  95. e5bd326 [sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock by Vitaly Buka · 7 years ago
  96. fe7250c Fix another case where libstdc++ is being inappropriately requested (see by Dan Liew · 7 years ago
  97. 238aa13 [XRay][compiler-rt] Relocate a DCHECK to the correct location. by Dean Michael Berris · 7 years ago
  98. 034b6c1 [XRay][compiler-rt] Fixup: Use proper string comparison for DCHECK by Dean Michael Berris · 7 years ago
  99. 845fe8a [XRay][compiler-rt] Fixup: Avoid C++11 narrowing in non-x86_64 by Dean Michael Berris · 7 years ago
  100. a2a0e1f [XRay][compiler-rt] Support in-memory processing of FDR mode logs by Dean Michael Berris · 7 years ago