1. 2e75ac9 Move UnpoisonMappedDSO to sanitizer_common. by Peter Collingbourne · 11 years ago
  2. ce50258 Turn off pipefail on msan tests to match the other sanitizers until by Chandler Carruth · 11 years ago
  3. bdeb86c Disable pipefail for lsan. by Rafael Espindola · 11 years ago
  4. 8c6046b disable pipefail for ubsan. by Rafael Espindola · 11 years ago
  5. 55a9326 Disable pipefail for ThreadSanitizer. by Rafael Espindola · 11 years ago
  6. 0738e2f disable pipefail on asan for now. by Rafael Espindola · 11 years ago
  7. ae89445 [sanitizer] Change strip_path_prefix flag behavior. by Sergey Matveev · 11 years ago
  8. 62519eb [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag. by Sergey Matveev · 11 years ago
  9. 841b6f2 [lsan] Print direct leaks first. by Sergey Matveev · 11 years ago
  10. 28f2f82 Fix another instance of -ccc-cxx vs. --driver-mode=g++ by Hans Wennborg · 11 years ago
  11. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  12. f93fa97 [lsan] Add __lsan_do_leak_check() to the public interface. by Sergey Matveev · 11 years ago
  13. 158ca52 tsan: treat SIGSYS as synchronous signal by Dmitry Vyukov · 11 years ago
  14. 2ec879e [ASan] Fix leaks in ASan tests found by LSan by Alexey Samsonov · 11 years ago
  15. 7aaaee4 [Sanitizer] Always provide --default-arch argument to llvm-symbolizer by Alexey Samsonov · 11 years ago
  16. 48016bc tsan: disable one more interceptor that causes recursion by Dmitry Vyukov · 11 years ago
  17. e57f26b tsan: fix unitialized read warning under newer gcc (it does not have visibility into asm) by Dmitry Vyukov · 11 years ago
  18. 6092c21 Give compiler-rt a chance to compile with mingw-w64. Patch by C. Bergström! by Anton Korobeynikov · 11 years ago
  19. 55e6f3f tsan: extend suppressions format with ^ and $ symbols by Dmitry Vyukov · 11 years ago
  20. 742c113 [ASan] Bump min supported Mac OS X version to 10.6 - makefile build by Alexey Samsonov · 11 years ago
  21. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  22. b6bde4d [ASan] Bump min supported Mac OS X version to 10.6 by Alexey Samsonov · 11 years ago
  23. fbeab51 tsan: support sigsuspend() call by Dmitry Vyukov · 11 years ago
  24. bb7f2d8 [ASan] Use less shadow on Win 32-bit by Timur Iskhodzhanov · 11 years ago
  25. 31f78fd [ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersion() call. by Alexander Potapenko · 11 years ago
  26. ad2ae54 [ASan] Add support for OS X Mavericks to GetMacosVersion. by Alexander Potapenko · 11 years ago
  27. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  28. 098c58f Completely revert all mbstowcs-and-friends changes from r186109. They were unintentional by Alexey Samsonov · 11 years ago
  29. bac1f7b [lsan] Increase the hardcoded limit on number of leaks. by Sergey Matveev · 11 years ago
  30. e43d210 [Sanitizer] Revert some parts of r186109 related to mbstowcs-and-friends interceptors by Alexey Samsonov · 11 years ago
  31. 5a482cd Fix a veritable conucopia of bugs in the readdir_r interceptors. by Chandler Carruth · 11 years ago
  32. ec29e26 [sanitizer] Remove optional arguments from clone() invocation. by Sergey Matveev · 11 years ago
  33. 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  34. 9b21ba6 [sanitizer] Fix handling of edge cases in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  35. d26cb23 Fix a bug in the readdir_r interceptor: when we reach the end of the by Chandler Carruth · 11 years ago
  36. d907702 [asan] Update blacklists to use categories. by Peter Collingbourne · 11 years ago
  37. 57876cf [sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well. by Evgeniy Stepanov · 11 years ago
  38. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  39. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  40. cb2509a [sanitizer] Wrap lines >80 chars. by Evgeniy Stepanov · 11 years ago
  41. ae4e6fd [asan] Fix windows build. by Evgeniy Stepanov · 11 years ago
  42. 8b40073 [sanitizer] Syscall handlers for clock_gettime and clock_getres. by Evgeniy Stepanov · 11 years ago
  43. 577a4b5 [lsan] Fix test. by Sergey Matveev · 11 years ago
  44. c6ac98d [lsan] Handle fork() correctly. by Sergey Matveev · 11 years ago
  45. 99560bf [LSan] Use overridable hook to report error summary by Alexey Samsonov · 11 years ago
  46. 8be684c [sanitizer] Fix mac build. by Evgeniy Stepanov · 11 years ago
  47. 737da2f [msan] Intercept pthread_key_create. by Evgeniy Stepanov · 11 years ago
  48. 22d8767 [sanitizer] Disable ptrace interception on non-x86(_64). by Evgeniy Stepanov · 11 years ago
  49. 2e6a1fb [ASan] Close stderr before launching atos in asan_symbolize.py by Alexander Potapenko · 11 years ago
  50. ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
  51. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  52. 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
  53. 1adf52b [sanitizer] Fix memory leak in sanitizer_common discovered by LeakSanitizer. by Sergey Matveev · 11 years ago
  54. 1cdae25 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  55. 353c996 [msan] Intercept mempcpy, wmempcpy. by Evgeniy Stepanov · 11 years ago
  56. 906f2c1 [sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit. by Evgeniy Stepanov · 11 years ago
  57. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  58. 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
  59. b9a9284 [ASan] try to fix Windows build by Alexey Samsonov · 11 years ago
  60. 9465cbd [ASan] Properly disable strict init-order checking when pthread_create is called by Alexey Samsonov · 11 years ago
  61. 4bbbe13 [msan] Intercept stpcpy. by Evgeniy Stepanov · 11 years ago
  62. 9eedf48 [sanitizer] Intercept getnameinfo. by Evgeniy Stepanov · 11 years ago
  63. 7ef6708 Change __sanitizer_symbolize_demangle hook return type to 'int' by Alexey Samsonov · 11 years ago
  64. f21e025 [ASan] Cache atos processes to make Darwin symbolication faster. by Alexander Potapenko · 11 years ago
  65. 5d21042 [sanitizer] Use the correct macro to check glibc version. by Sergey Matveev · 11 years ago
  66. 997aede [ASan] Add sanity test for asan_symbolize.py script by Alexey Samsonov · 11 years ago
  67. b2b0194 [sanitizer] Fix build with older kernels. by Evgeniy Stepanov · 11 years ago
  68. ed936c1 [ASan] Remove leading underscores from function names in output tests by Alexey Samsonov · 11 years ago
  69. c8c312a Hide mlock/munlock info message under verbosity flag. by Alexey Samsonov · 11 years ago
  70. 33b2135 Always set -m32/-m64 flags for targeting i386/x86_64 respectively. Apparently, there are platforms where the clang defaults are different from gcc by Alexey Samsonov · 11 years ago
  71. fe18723 Define the path to llvm-symbolizer tool in a common config to reduce copy-paste by Alexey Samsonov · 11 years ago
  72. f2c29a5 Fix typo found by Clang fix for extern "C" function handling. by Richard Smith · 11 years ago
  73. ec2ee9b [ASan] Remove %symbolize from lit tests: we now use external symbolizer instead of python script by Alexey Samsonov · 11 years ago
  74. ad75ce5 [lsan] Fix build again. by Sergey Matveev · 11 years ago
  75. 0b5a1b7 [lsan] Fix build. by Sergey Matveev · 11 years ago
  76. 9b4ba94 [lsan] When verbosity > 1, always print suppressions and summary (even if no leaks found). by Sergey Matveev · 11 years ago
  77. b33cfeb [lsan] Add suppression support. by Sergey Matveev · 11 years ago
  78. d50d29e [sanitizer] Disable all ptrace-related definitions on Android. by Evgeniy Stepanov · 11 years ago
  79. 2a96098 [ASan] Migrate lit tests to external symbolizer from asan_symbolize.py script by Alexey Samsonov · 11 years ago
  80. 6b30cf0 Demangle names using pluggable internal symbolizer if possible by Alexey Samsonov · 11 years ago
  81. 3678cf9 [sanitizer] Fix an unfortunate typo and disable ptrace interception on Android. by Evgeniy Stepanov · 11 years ago
  82. 52d08d8 Pass --default-arch flag to external symbolizer. Fix line lengths. by Alexey Samsonov · 11 years ago
  83. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  84. 6b233ed [ASan][OSX] Make sure the zones created by malloc_create_zone() are write-protected. by Alexander Potapenko · 11 years ago
  85. 66ad412 [ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led to out-of-bounds mprotect()s by Alexander Potapenko · 11 years ago
  86. 007a977 Revert hack that omits errno on Darwin platforms. We now have an acceptable 'errno' header. by Bill Wendling · 11 years ago
  87. da8596b Declare 'strerror' so that we can use it with errno. by Bill Wendling · 11 years ago
  88. 22b838b Add 'errno.h' to the Darwin SDK. by Bill Wendling · 11 years ago
  89. 134da44 [sanitizer] Support padding with spaces in Printf. by Sergey Matveev · 11 years ago
  90. 7ddf3c9 [lsan] Fix flaky test. by Sergey Matveev · 11 years ago
  91. 1d55ed1 tsan: revert dynamic symbols file to the old incorrect one by Dmitry Vyukov · 11 years ago
  92. 66385c9 tsan: remove non-existent functions from syms file by Dmitry Vyukov · 11 years ago
  93. 263800b [msan] Optionally disable 2 tests (dlopen & gethostbyname). by Evgeniy Stepanov · 11 years ago
  94. a0379b5 [sanitizer] Fix dirent interceptors. by Evgeniy Stepanov · 11 years ago
  95. 9fbfd96 [LSan] Add the way to disable LSan at link time by Alexey Samsonov · 11 years ago
  96. c11d303 [TSan] try to fix Go build by Alexey Samsonov · 11 years ago
  97. c2918bf [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface by Alexey Samsonov · 11 years ago
  98. f2c8445 [tsan] Fix build. by Sergey Matveev · 11 years ago
  99. 8e4d371 Revert "Temporarily disable building the armv7 variants of profile_ios on" by Bob Wilson · 11 years ago
  100. a52e5c6 [tsan] Move some suppressions-related code to common. by Sergey Matveev · 11 years ago