1. 0489e11 [sanitizer] Fix OSX build. by Evgeniy Stepanov · 11 years ago
  2. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  3. 00dc243 [asan] fix a test on Mac by Kostya Serebryany · 11 years ago
  4. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  5. a2e70d9 [asan] fix atexit stats by Kostya Serebryany · 11 years ago
  6. 0c46cde Make the big array in the UBSan C++ runtime be zero-initialized to dramatically by Richard Smith · 11 years ago
  7. 8e22b68 [ASan] fix assign_large_valloc_to_global.cc to use the correct header for valloc() on OSX. by Alexander Potapenko · 11 years ago
  8. 13521a2 [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1 by Kostya Serebryany · 11 years ago
  9. ab8bf09 [sanitizer] Fix unpoisoning of msghdr::msg_name in recvmsg interceptor. by Evgeniy Stepanov · 11 years ago
  10. 8fa4edc [asan] Fix a deadlock between asan's allocator and lsan by Kostya Serebryany · 11 years ago
  11. fc81346 [Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common interceptors by Alexey Samsonov · 11 years ago
  12. 232b043 tsan: merge 2 similar tests into 1 by Dmitry Vyukov · 11 years ago
  13. 1a3f1ea tsan: add a test for __tsan_default_options() by Dmitry Vyukov · 11 years ago
  14. 782cbdc Use configured PYTHON in asan lit tests. by Will Dietz · 11 years ago
  15. 68c2c51 tsan: revert variable name change in test by Dmitry Vyukov · 11 years ago
  16. 01a7ce8 tsan: move shadow stack from thread descriptors to fixed addresses by Dmitry Vyukov · 11 years ago
  17. cca8e78 [asan] introduce run-time flag 'poison_partial' by Kostya Serebryany · 11 years ago
  18. 166d6aa [Sanitizer] Fix lint checker script on Mac by Alexey Samsonov · 11 years ago
  19. e6f3247 tsan: refactor libignore implementation by Dmitry Vyukov · 11 years ago
  20. c842dab [TSan] Extend test for reporting globals with races on them by Alexey Samsonov · 11 years ago
  21. 0f63831 [asan] Remove CallocOverflow32 test from asan_test. by Evgeniy Stepanov · 11 years ago
  22. 7ad195c [msan] Handle origins in __sanitizer_unaligned_(load|store)*. by Evgeniy Stepanov · 11 years ago
  23. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  24. e852e41 [lsan] Fix bug when discovering indirectly leaked objects. by Sergey Matveev · 11 years ago
  25. f719b92 tsan: introduce __tsan_default_options() function by Dmitry Vyukov · 11 years ago
  26. 8f4cece tsan: be silent if verbosity=0 by Dmitry Vyukov · 11 years ago
  27. 5502d52 tsan: remove __sanitizer_set_report_fd function from public interface by Dmitry Vyukov · 11 years ago
  28. 06cbed8 tsan: use verbosity flag in sanitizer_common code directly by Dmitry Vyukov · 11 years ago
  29. 2e7999e tsan: actually parse verbofity flag by Dmitry Vyukov · 11 years ago
  30. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  31. fba64b4 tsan: do not leave trash source files in source dir by Dmitry Vyukov · 11 years ago
  32. 610e7c7 tsan: refactor overly-complex logical condition by Dmitry Vyukov · 11 years ago
  33. 17b0a3c tsan: fix Go build by Dmitry Vyukov · 11 years ago
  34. 5f4984d tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platform_limits_posix.h by Dmitry Vyukov · 11 years ago
  35. 62a04e3 tsan: do not build llvm from scratch on each presubmit by Dmitry Vyukov · 11 years ago
  36. b48c2b2 tsan: use sanitizer::CommonFlags in tsan by Dmitry Vyukov · 11 years ago
  37. e910a16 [msan] Remove CallocOverflow test. by Evgeniy Stepanov · 11 years ago
  38. 2191fca Clean up StopTheWorld code after r192686. by Sergey Matveev · 11 years ago
  39. 3dbbd85 tsan: resolve symlinks for called_from_lib suppressions by Dmitry Vyukov · 11 years ago
  40. 600d516 [msan] Implement allocator_may_return_null=1 in MemorySanitizer. by Evgeniy Stepanov · 11 years ago
  41. 0f7a2ac tsan: implement internal syscall-based versions of sigaction/sigprocmask by Dmitry Vyukov · 11 years ago
  42. 97f4e08 Fix a typo. by Evgeniy Stepanov · 11 years ago
  43. 79f11fc [ASan] Make test from r192581 Linux-only, as wild memory contents is less predictable on Mac by Alexey Samsonov · 11 years ago
  44. f1d9411 [msan] Test for r192599. by Evgeniy Stepanov · 11 years ago
  45. c519335 [lsan] Support ASan's stack-use-after-return mode in LSan. by Sergey Matveev · 11 years ago
  46. 2a2dc88 [msan] Remove a long-outdated comment. by Evgeniy Stepanov · 11 years ago
  47. e86e35f [asan] Improve thread lifetime tracking on POSIX systems. by Sergey Matveev · 11 years ago
  48. 3f4beff [msan] Intercept strto(d|f|ld)_l and glibc-specific __strto(d|f|ld)_l. by Evgeniy Stepanov · 11 years ago
  49. d9def29 [ASan] Don't die with internal ASan error on large buffer overflows by Alexey Samsonov · 11 years ago
  50. fa33a8c [msan] Regression test for r192575. by Evgeniy Stepanov · 11 years ago
  51. 6f2741c tsan: allow to override OnPrint() callback in Go runtime by Dmitry Vyukov · 11 years ago
  52. d09c91a [Sanitizer] Return implementation of StackTrace::CopyFrom to header by Alexey Samsonov · 11 years ago
  53. 6a135be tsan: allow to override OnFinalize() in front-ends that does not support weak functions (Go) by Dmitry Vyukov · 11 years ago
  54. 3e0b8ff [Sanitizer] Remove StackTrace::max_depth field by Alexey Samsonov · 11 years ago
  55. 8017501 [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() by Alexey Samsonov · 11 years ago
  56. 70db33e [sanitizer] Define kPthreadDestructorIterations on POSIX systems. by Sergey Matveev · 11 years ago
  57. 67f5544 tsan: catch more races on file descriptors by Dmitry Vyukov · 11 years ago
  58. 29cec48 tsan: fix epoll_ctl interceptor by Dmitry Vyukov · 11 years ago
  59. cdae942 [sanitizer] Ninja style fix to r192442. by Sergey Matveev · 11 years ago
  60. 6eb836f [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linux.h. by Sergey Matveev · 11 years ago
  61. ef57899 [Sanitizer] StackTrace: kill CopyTo and reimplement CopyFrom by Alexey Samsonov · 11 years ago
  62. 064da32 [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with one-frame stack traces by Alexey Samsonov · 11 years ago
  63. 117699d tsan: minor refactoring by Dmitry Vyukov · 11 years ago
  64. e1ddbf9 tsan: add annotations to ignore synchronization operations by Dmitry Vyukov · 11 years ago
  65. d41fa1b [sanitizer] Fix the parent liveness check in StopTheWorld. by Sergey Matveev · 11 years ago
  66. 23a7a43 [sanitizer] Fix deadlock in StopTheWorld. by Sergey Matveev · 11 years ago
  67. 497ae56 [sanitizer] Do not break the CFI unwind chain in clone(). by Sergey Matveev · 11 years ago
  68. 5b89400 [TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another sanitizers by Alexey Samsonov · 11 years ago
  69. f8a9c6b [TSan] Add ValgrindSlowdown to the list of exported symbols by Alexey Samsonov · 11 years ago
  70. 9fe1d5a tsan: fix a bug in pthread_once when called from an ignored library by Dmitry Vyukov · 11 years ago
  71. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  72. 92b5479 tsan: add memory_limit_mb flag by Dmitry Vyukov · 11 years ago
  73. 0c8af33 asan/msan/tsan: fix broken linux syscalls by Dmitry Vyukov · 11 years ago
  74. 8cde99f asan/msan: fix "unused function 'OnExit'" warning by Dmitry Vyukov · 11 years ago
  75. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  76. 48cb131 tsan: include lsan into presubmit check by Dmitry Vyukov · 11 years ago
  77. 0586dcc tsan: fix false positive in localtime() by Dmitry Vyukov · 11 years ago
  78. c78140f tsan: intercept _exit so that we can override exit status by Dmitry Vyukov · 11 years ago
  79. 4af0f21 tsan: ignore interceptors coming from specified libraries by Dmitry Vyukov · 11 years ago
  80. 9849309 [asan] Don't require X86 to build Android runtime. by Evgeniy Stepanov · 11 years ago
  81. cf39032 [sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone. by Evgeniy Stepanov · 11 years ago
  82. 1d02bea tsan: fix the following compiler warning by Dmitry Vyukov · 11 years ago
  83. fdf10e2 msan: fix compiler warnings about unused variables by Dmitry Vyukov · 11 years ago
  84. c6fc723 tsan: use ninja instead of make (faster and less output) by Dmitry Vyukov · 11 years ago
  85. 43ac401 This fixme is resolved, fix the test. by Nick Lewycky · 11 years ago
  86. d1bf52e Make the InvalidValueData take a SourceLocation. by Nick Lewycky · 11 years ago
  87. c349466 Add top-level CMake 'compiler-rt' target to build all compiler-rt libraries by Alexey Samsonov · 11 years ago
  88. 2946f13 [LSan] Rework r191522 - treat allocations with short stack traces as live by Alexey Samsonov · 11 years ago
  89. 4430fdb [LSan] Don't report leaks with single-frame stack traces by Alexey Samsonov · 11 years ago
  90. 1394be1 [sanitizer] Intercept backtrace, backtrace_symbols. by Evgeniy Stepanov · 11 years ago
  91. e1c68c3 [asan] introduce run-time flag uar_stack_size_log to control the size of FakeStack; don't crash when the fake stack is exhausted, move some code to .cc file by Kostya Serebryany · 11 years ago
  92. cfc29de [msan] Unpoison argument shadow for C++ module destructors. by Evgeniy Stepanov · 11 years ago
  93. c78773e tsan: support allocator_may_return_null flag by Dmitry Vyukov · 11 years ago
  94. 1c571df tsan: fix scanf interceptor by Dmitry Vyukov · 11 years ago
  95. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  96. 9c4fd16 [Sanitizer] Don't include wordexp.h on Android by Alexey Samsonov · 11 years ago
  97. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 11 years ago
  98. 6186bfc [ASan] Fix GCD tests by spinning forever in the main thread. by Alexander Potapenko · 11 years ago
  99. 1e190da [msan] Test for atomic handling in MSan. by Evgeniy Stepanov · 11 years ago
  100. cf2cabb [asan] remove -fsanitize=use-after-return from the tests (this flag now comes with asan by default) by Kostya Serebryany · 11 years ago