1. fa484ba Add "CHECK-" prefix to un-break buildbot failure. by Rui Ueyama · 11 years ago
  2. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  3. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  4. e8a1fce [tests] Add one more lit rename update I missed. by Daniel Dunbar · 11 years ago
  5. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  6. 31f1941 [sanitizer] Fix handling of %n in scanf interceptor. by Evgeniy Stepanov · 11 years ago
  7. 8283cce [sanitizer] Limit scandir interceptor to Linux. by Evgeniy Stepanov · 11 years ago
  8. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  9. cde3bae tsan: better diagnostics for invalid addresses passed to free() by Dmitry Vyukov · 11 years ago
  10. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  11. 82821fa [sanitizer] ASan/MSan tests for r187967. by Evgeniy Stepanov · 11 years ago
  12. b404b55 Simplify (and fix) check-dfsan configs by Alexey Samsonov · 11 years ago
  13. eee71ae DataFlowSanitizer; compiler-rt changes. by Peter Collingbourne · 11 years ago
  14. 653e452 [TSan] Fix free_race.c by removing `not` from the test invocation that doesn't fail. by Alexander Potapenko · 11 years ago
  15. 45c652e [TSan] Let the users suppress use-after-free errors using the "race:" suppressions. by Alexander Potapenko · 11 years ago
  16. ead14cf ASan: fix one more test case for pipefail by Alexey Samsonov · 11 years ago
  17. 244a8e0 Distinguish 32-bit ASan from 64-bit ASan in lit configs by Alexey Samsonov · 11 years ago
  18. f2366a9 Enable pipefail for ASan tests by Alexey Samsonov · 11 years ago
  19. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  20. 0172c8c Enable pipefail for TSan tests by Alexey Samsonov · 11 years ago
  21. cc5a4ac Enable pipefail for LSan tests by Alexey Samsonov · 11 years ago
  22. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  23. a74047a [libsanitizer] Drive-by fix for -Wempty-body in sanitizer_common_syscalls.inc by Alexander Potapenko · 11 years ago
  24. 39d68ed [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors. by Evgeniy Stepanov · 11 years ago
  25. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  26. 53fbbf4 Lint fixes by Alexey Samsonov · 11 years ago
  27. 5c48a8c [msan] Allocator statistics interface and malloc hooks. by Evgeniy Stepanov · 11 years ago
  28. 08104e6 [msan] Fix unused function warning in the tests. by Evgeniy Stepanov · 11 years ago
  29. 41f1540 [lsan] Add leak_check_at_exit flag. by Sergey Matveev · 11 years ago
  30. 534e2ba [msan] Intercept setenv, putenv. by Evgeniy Stepanov · 11 years ago
  31. 3ff67e6 [msan] Fix msan tests with pipefail option. by Evgeniy Stepanov · 11 years ago
  32. 74422e9 [sanitizer] Tweak read syscall handler signature for consistency. by Evgeniy Stepanov · 11 years ago
  33. 9d34659 [sanitizer] read() syscall hook. by Evgeniy Stepanov · 11 years ago
  34. 6567092 [msan] Intercept pthread_join. by Evgeniy Stepanov · 11 years ago
  35. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  36. 103e5b7 [asan] Limit fake stack size to a reasonable value when running with unlimited stack. by Evgeniy Stepanov · 11 years ago
  37. 933a5d2 [asan] Raise thread stack size limit. by Evgeniy Stepanov · 11 years ago
  38. d054abe [sanitizer] Disable ForEachMappedRegion on Android. by Evgeniy Stepanov · 11 years ago
  39. f50b0fc Fix warning. by Peter Collingbourne · 11 years ago
  40. 2e75ac9 Move UnpoisonMappedDSO to sanitizer_common. by Peter Collingbourne · 11 years ago
  41. ce50258 Turn off pipefail on msan tests to match the other sanitizers until by Chandler Carruth · 11 years ago
  42. bdeb86c Disable pipefail for lsan. by Rafael Espindola · 11 years ago
  43. 8c6046b disable pipefail for ubsan. by Rafael Espindola · 11 years ago
  44. 55a9326 Disable pipefail for ThreadSanitizer. by Rafael Espindola · 11 years ago
  45. 0738e2f disable pipefail on asan for now. by Rafael Espindola · 11 years ago
  46. ae89445 [sanitizer] Change strip_path_prefix flag behavior. by Sergey Matveev · 11 years ago
  47. 62519eb [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag. by Sergey Matveev · 11 years ago
  48. 841b6f2 [lsan] Print direct leaks first. by Sergey Matveev · 11 years ago
  49. 28f2f82 Fix another instance of -ccc-cxx vs. --driver-mode=g++ by Hans Wennborg · 11 years ago
  50. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  51. f93fa97 [lsan] Add __lsan_do_leak_check() to the public interface. by Sergey Matveev · 11 years ago
  52. 158ca52 tsan: treat SIGSYS as synchronous signal by Dmitry Vyukov · 11 years ago
  53. 2ec879e [ASan] Fix leaks in ASan tests found by LSan by Alexey Samsonov · 11 years ago
  54. 7aaaee4 [Sanitizer] Always provide --default-arch argument to llvm-symbolizer by Alexey Samsonov · 11 years ago
  55. 48016bc tsan: disable one more interceptor that causes recursion by Dmitry Vyukov · 11 years ago
  56. e57f26b tsan: fix unitialized read warning under newer gcc (it does not have visibility into asm) by Dmitry Vyukov · 11 years ago
  57. 6092c21 Give compiler-rt a chance to compile with mingw-w64. Patch by C. Bergström! by Anton Korobeynikov · 11 years ago
  58. 55e6f3f tsan: extend suppressions format with ^ and $ symbols by Dmitry Vyukov · 11 years ago
  59. 742c113 [ASan] Bump min supported Mac OS X version to 10.6 - makefile build by Alexey Samsonov · 11 years ago
  60. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  61. b6bde4d [ASan] Bump min supported Mac OS X version to 10.6 by Alexey Samsonov · 11 years ago
  62. fbeab51 tsan: support sigsuspend() call by Dmitry Vyukov · 11 years ago
  63. bb7f2d8 [ASan] Use less shadow on Win 32-bit by Timur Iskhodzhanov · 11 years ago
  64. 31f78fd [ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersion() call. by Alexander Potapenko · 11 years ago
  65. ad2ae54 [ASan] Add support for OS X Mavericks to GetMacosVersion. by Alexander Potapenko · 11 years ago
  66. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  67. 098c58f Completely revert all mbstowcs-and-friends changes from r186109. They were unintentional by Alexey Samsonov · 11 years ago
  68. bac1f7b [lsan] Increase the hardcoded limit on number of leaks. by Sergey Matveev · 11 years ago
  69. e43d210 [Sanitizer] Revert some parts of r186109 related to mbstowcs-and-friends interceptors by Alexey Samsonov · 11 years ago
  70. 5a482cd Fix a veritable conucopia of bugs in the readdir_r interceptors. by Chandler Carruth · 11 years ago
  71. ec29e26 [sanitizer] Remove optional arguments from clone() invocation. by Sergey Matveev · 11 years ago
  72. 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  73. 9b21ba6 [sanitizer] Fix handling of edge cases in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  74. d26cb23 Fix a bug in the readdir_r interceptor: when we reach the end of the by Chandler Carruth · 11 years ago
  75. d907702 [asan] Update blacklists to use categories. by Peter Collingbourne · 11 years ago
  76. 57876cf [sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well. by Evgeniy Stepanov · 11 years ago
  77. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  78. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  79. cb2509a [sanitizer] Wrap lines >80 chars. by Evgeniy Stepanov · 11 years ago
  80. ae4e6fd [asan] Fix windows build. by Evgeniy Stepanov · 11 years ago
  81. 8b40073 [sanitizer] Syscall handlers for clock_gettime and clock_getres. by Evgeniy Stepanov · 11 years ago
  82. 577a4b5 [lsan] Fix test. by Sergey Matveev · 11 years ago
  83. c6ac98d [lsan] Handle fork() correctly. by Sergey Matveev · 11 years ago
  84. 99560bf [LSan] Use overridable hook to report error summary by Alexey Samsonov · 11 years ago
  85. 8be684c [sanitizer] Fix mac build. by Evgeniy Stepanov · 11 years ago
  86. 737da2f [msan] Intercept pthread_key_create. by Evgeniy Stepanov · 11 years ago
  87. 22d8767 [sanitizer] Disable ptrace interception on non-x86(_64). by Evgeniy Stepanov · 11 years ago
  88. 2e6a1fb [ASan] Close stderr before launching atos in asan_symbolize.py by Alexander Potapenko · 11 years ago
  89. ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
  90. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  91. e1f1661 [ASan] Do not protect the malloc zone created by malloc_zone_create() on Snow Leopard and earlier systems. by Alexander Potapenko · 11 years ago
  92. 1adf52b [sanitizer] Fix memory leak in sanitizer_common discovered by LeakSanitizer. by Sergey Matveev · 11 years ago
  93. 1cdae25 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  94. 353c996 [msan] Intercept mempcpy, wmempcpy. by Evgeniy Stepanov · 11 years ago
  95. 906f2c1 [sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit. by Evgeniy Stepanov · 11 years ago
  96. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  97. 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
  98. b9a9284 [ASan] try to fix Windows build by Alexey Samsonov · 11 years ago
  99. 9465cbd [ASan] Properly disable strict init-order checking when pthread_create is called by Alexey Samsonov · 11 years ago
  100. 4bbbe13 [msan] Intercept stpcpy. by Evgeniy Stepanov · 11 years ago