1. 372b267 [sanitizer] Add MSan to Makefile-based build rules. by Evgeniy Stepanov · 11 years ago
  2. a84805f [asan] speedup by more than 2x handling of the small memset/memcpy/etc calls by Kostya Serebryany · 11 years ago
  3. 20aed57 [Sanitizer] Try to fix infinite loop in frame pointer unwinder by Reid Kleckner · 11 years ago
  4. 4c3e573 [ASan] revert part of r175631 that looks like accidental commit by Alexey Samsonov · 11 years ago
  5. 7c2a3bb [ASan] Delete asan/dynamic dir and temporarily move the interposers declarations to asan_intercepted_functions.h by Alexander Potapenko · 11 years ago
  6. 9eab858 [ASan] Make isoc99_*scanf intercepted on Linux only. Those are unavailable on Darwin. by Alexander Potapenko · 11 years ago
  7. a8e0989 [asan] move preinit_test to Linux since on Mac __asan_init is called from ld-preload-ed runtime by Kostya Serebryany · 11 years ago
  8. e135343 [asan] on linux, run __asan_init from .preinit_array (even earlier than before) by Kostya Serebryany · 11 years ago
  9. f882247 [Sanitizer] use raw syscall instead of _exit() function on Linux by Alexey Samsonov · 11 years ago
  10. 97234eb [asan] add a lit test for invoke-with-no-return instrumentation by Kostya Serebryany · 11 years ago
  11. 69b109a [sanitizer] Fix lint. by Evgeniy Stepanov · 11 years ago
  12. a1b5c09 [asan] add test throw_call_test (broken with -static-libstdc++) by Kostya Serebryany · 11 years ago
  13. 626e6fd [sanitizer] Fix FileOps test on Android. by Evgeniy Stepanov · 11 years ago
  14. 7f4df1a [asan] don't run the long double test if long double is the same as double by Kostya Serebryany · 11 years ago
  15. 7fe5526 [sanitizer] Slightly lower allocator test memory consumption. by Evgeniy Stepanov · 11 years ago
  16. 36ea94d [ASan] Allow ASan default runtime options be overriden at compile time by providing ASAN_DEFAULT_OPTIONS macro by Alexey Samsonov · 11 years ago
  17. 1f45e2d [Sanitizer] Allow runtime flags be separated by colon as well as space by Alexey Samsonov · 11 years ago
  18. efbc435 [msan] Use slow stack unwinder in UMR reports. by Evgeniy Stepanov · 11 years ago
  19. 366984e [asan] instrument memory accesses with unusual sizes by Kostya Serebryany · 11 years ago
  20. f35eae8 [msan] Fix ReExec on linux. by Evgeniy Stepanov · 11 years ago
  21. b711ca6 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  22. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 11 years ago
  23. ce44055 [tsan] use our own GetEnv instead of libc's getenv by Kostya Serebryany · 11 years ago
  24. d843fea [asan] enable asan_prelink_test when gold is the default linker (gold and bfd linker have different flag syntax) by Kostya Serebryany · 11 years ago
  25. 8e32db4 [asan] added flag -d|--demangle to asan_symbolize.py, makes addr2line/llvm-symbolizer demangle the functions names by Kostya Serebryany · 11 years ago
  26. 0fa691b [Sanitizer] Make temporary filename depend on user ID by Alexey Samsonov · 11 years ago
  27. 180e988 [ASan] make variables unsigned to silence warnings - attempt 2 by Alexey Samsonov · 11 years ago
  28. e6b91fd [ASan] make variable unsigned to silence the warning by Alexey Samsonov · 11 years ago
  29. fe984cc [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=159 by Alexander Potapenko · 11 years ago
  30. e31eca9 [asan] make asan work with 7fff8000 offset and prelink by Kostya Serebryany · 11 years ago
  31. eab0611 [sanitizer] Get full argv and envp on glibc. by Evgeniy Stepanov · 11 years ago
  32. 634b073 [ASan] Fixed the wrong placement of #include by Alexander Potapenko · 11 years ago
  33. c18e179 [ASan] Remove the 'alarm' script which isn't present on OS X by default. by Alexander Potapenko · 11 years ago
  34. 15190a6 tsan: fix bug in suppression reading (suppressions from file were discarded) by Dmitry Vyukov · 11 years ago
  35. 7b7801d [sanitizer] Raise argv limit for ReExec. by Evgeniy Stepanov · 11 years ago
  36. c74b2cc [asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add -I sanitizer_common/tests to asan/tests/CMakeLists.txt by Kostya Serebryany · 11 years ago
  37. fbeb826 [asan] fix x32 build (H.J. Lu) by Kostya Serebryany · 11 years ago
  38. 8da17ea [tsan] disable a failing test until it gets fixed. fix lint by Kostya Serebryany · 11 years ago
  39. 45a8124 ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, by Richard Smith · 11 years ago
  40. eb5f427 [ASan] When re-executing the process on OS X, make sure we update the existing DYLD_INSERT_LIBRARIES correctly. by Alexander Potapenko · 11 years ago
  41. eaa0190 tsan: do not imitate memory write on malloc() (Go) by Dmitry Vyukov · 11 years ago
  42. 606d3bc [asan] fix fixed mapping for mac (ASAN_FLEXIBLE_MAPPING_AND_OFFSET=0) by Kostya Serebryany · 11 years ago
  43. 70c6e3f [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options by Kostya Serebryany · 11 years ago
  44. 867ac63 [tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint by Kostya Serebryany · 11 years ago
  45. c242446 Highlight caret in bold green, to match Clang diagnostics. by Richard Smith · 11 years ago
  46. f4a1ea7 [sanitizer] Tests for scanf parser in allowGnuMalloc=false mode. by Evgeniy Stepanov · 11 years ago
  47. 7eed04c [msan] Allow zero buf pointer in getcwd() interceptor. by Evgeniy Stepanov · 11 years ago
  48. c5b4e86 [sanitizer] More accurate scanf parsing without GNU extensions. by Evgeniy Stepanov · 11 years ago
  49. 2cf585e [asan] Add new __isoc99_*scanf to ASan intercepted functions list. by Evgeniy Stepanov · 11 years ago
  50. 86edb3b [sanitizer] Missing changes from r174960. by Evgeniy Stepanov · 11 years ago
  51. 4ae1adb [sanitizer] Intercept __isoc99_*scanf. by Evgeniy Stepanov · 11 years ago
  52. ea0fd3c [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives roughly 5% speedup. Since this is an ABI change, bump the asan ABI version by renaming __asan_init to __asan_init_v1. compiler-rt part by Kostya Serebryany · 11 years ago
  53. 43fb758 [MSan] symbolize correct PC when printing Summary message by Alexey Samsonov · 11 years ago
  54. 44be70b [sanitizer] clang-format pass over scanf code. by Evgeniy Stepanov · 11 years ago
  55. 0527bf2 [sanitizer] scanf: don't report stores that did not happen. by Evgeniy Stepanov · 11 years ago
  56. 348bd12 [sanitizer] Remove an extra va_copy. by Evgeniy Stepanov · 11 years ago
  57. 0e43e9e [sanitizer] Scanf parser improvements. by Evgeniy Stepanov · 11 years ago
  58. 9af8676 [msan] Lit tests for MemorySanitizer. by Evgeniy Stepanov · 11 years ago
  59. 9c0b286 [tsan] added tsan-vs-gvn test by Kostya Serebryany · 11 years ago
  60. 70910be [sanitizer] Fix line numbers in a sanitizer lit test. by Evgeniy Stepanov · 11 years ago
  61. ed83584 [asan] Fix off-by-one in AddrIsAtRight. by Evgeniy Stepanov · 11 years ago
  62. be59019 [sanitizer] Fix lint. by Evgeniy Stepanov · 11 years ago
  63. 2b10d39 [ASan] Switch Windows to allocator v2, also fixing some build errors by Timur Iskhodzhanov · 11 years ago
  64. 400a946 [ASan] Move functions using BitScan/clzl to sanitizer_common by Timur Iskhodzhanov · 11 years ago
  65. 4f06d0b [sanitizer] Add 2 random tests for the scanf implementation. by Evgeniy Stepanov · 11 years ago
  66. c36c168 [sanitizer] Improve scanf interceptor by Evgeniy Stepanov · 11 years ago
  67. 304026d [CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib=libc++ by Alexey Samsonov · 11 years ago
  68. e47115f tsan: fix suppress_java logic by Dmitry Vyukov · 11 years ago
  69. 719cf0e [ASan] Remove the replace_cfallocator flag, which is used no more. by Alexander Potapenko · 11 years ago
  70. 5d48617 [ASan] Enable alloc_dealloc_mismatch by default on Darwin. by Alexander Potapenko · 11 years ago
  71. ed4c034 [ASan] Enable the new and delete wrappers on Darwin. by Alexander Potapenko · 11 years ago
  72. 03f2248 tsan: intercept libc __res_iclose by Dmitry Vyukov · 11 years ago
  73. 6cf1e6d tsan: fix Go build by Dmitry Vyukov · 11 years ago
  74. 3661bae [sanitizer] always allocate 16-byte aligned chunks of memory by Kostya Serebryany · 11 years ago
  75. 3c5ebf6 [sanitizer_common] Fix lint warnings. by Alexander Potapenko · 11 years ago
  76. aeedfd6 [ASan] Fix a compilation warning. by Alexander Potapenko · 11 years ago
  77. 6a11cc1 [ASan] Implement asan_mz_size(), asan_mz_force_lock() and asan_mz_force_unlock() for allocator2. by Alexander Potapenko · 11 years ago
  78. 74d0540 [sanitizer] OFF_T on Mac is u64. by Evgeniy Stepanov · 11 years ago
  79. 2d740a3 [tsan] race_on_write test by Kostya Serebryany · 11 years ago
  80. eff744d [sanitizer] Exclude off64_t test on mac. by Evgeniy Stepanov · 11 years ago
  81. 92ce51e [Sanitizer] include stddef.h for ptrdiff_t in interception type test by Alexey Samsonov · 11 years ago
  82. f1e4bce Implement aeabi_{f,d}cmp*. by Zonr Chang · 11 years ago
  83. 1d333c5 [msan] add strip_path_prefix flag; print error summary; don't crash while printing summary if debug info is missing. The tests will follow later once we establish the lit-like tests for msan. by Kostya Serebryany · 11 years ago
  84. cb8b91d [sanitizer] Add a missing header. by Evgeniy Stepanov · 11 years ago
  85. 65e5090 [sanitizer] Fix wrong size of OFF_T on 32-bit platforms. by Evgeniy Stepanov · 11 years ago
  86. 5ba301d [TSan] skip multiple internal frames, if necessary by Alexey Samsonov · 11 years ago
  87. 427a899 [ASan] fix the interceptor for siglongjmp. As we're using dylib interposition, we must intercept both siglongjmp and longjmp on Darwin. by Alexander Potapenko · 11 years ago
  88. 2bf0d03 Use 64-bit inodes in file operations. ASan is now built with -mmacosx-version-min=10.5, thus the default inode by Alexander Potapenko · 11 years ago
  89. 9dbba15 [tsan] improve FrameIsInternal by Kostya Serebryany · 11 years ago
  90. 2f588f9 [tsan] print error summary line by Kostya Serebryany · 11 years ago
  91. 2673fd8 [asan] print a short one-line report summary after the full report. Currently, works only if symbolization happens in-process. by Kostya Serebryany · 11 years ago
  92. 6956398 [ASan] Delete the code related to static runtime on OS X. by Alexander Potapenko · 11 years ago
  93. f97a1fe [asan] Fix Win/Mac build. by Evgeniy Stepanov · 11 years ago
  94. 589dcda [asan] Fix nonsensical reports of partial right OOB. by Evgeniy Stepanov · 11 years ago
  95. cf533b6 asan/tsan: fix failing CHECK on windows by Dmitry Vyukov · 11 years ago
  96. 7c50ee7 [Sanitizer] use proper casting in *stat functions on Mac by Alexey Samsonov · 11 years ago
  97. 4c9317a [Sanitizer] extend internal libc with stat/fstat/lstat functions by Alexey Samsonov · 11 years ago
  98. 8ceeec4 asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even in 64-bit mode by Dmitry Vyukov · 11 years ago
  99. 52c70e5 tsan: intercept bind/listen by Dmitry Vyukov · 11 years ago
  100. e85c83d [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headers by Alexey Samsonov · 11 years ago