1. b33cfeb [lsan] Add suppression support. by Sergey Matveev · 11 years ago
  2. d50d29e [sanitizer] Disable all ptrace-related definitions on Android. by Evgeniy Stepanov · 11 years ago
  3. 2a96098 [ASan] Migrate lit tests to external symbolizer from asan_symbolize.py script by Alexey Samsonov · 11 years ago
  4. 6b30cf0 Demangle names using pluggable internal symbolizer if possible by Alexey Samsonov · 11 years ago
  5. 3678cf9 [sanitizer] Fix an unfortunate typo and disable ptrace interception on Android. by Evgeniy Stepanov · 11 years ago
  6. 52d08d8 Pass --default-arch flag to external symbolizer. Fix line lengths. by Alexey Samsonov · 11 years ago
  7. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  8. 134da44 [sanitizer] Support padding with spaces in Printf. by Sergey Matveev · 11 years ago
  9. a0379b5 [sanitizer] Fix dirent interceptors. by Evgeniy Stepanov · 11 years ago
  10. a52e5c6 [tsan] Move some suppressions-related code to common. by Sergey Matveev · 11 years ago
  11. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  12. eb7c24b [sanitizer] Reformat line >80 chars. by Evgeniy Stepanov · 11 years ago
  13. 4f116ad [sanitizer] Fix build with OSS4 kernel headers. by Evgeniy Stepanov · 11 years ago
  14. b624606 [sanitizer] Move log_path to common flag and use it in MSan. by Evgeniy Stepanov · 11 years ago
  15. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  16. 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
  17. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  18. c87f737 [lsan] Fix android build. by Sergey Matveev · 11 years ago
  19. ac78d00 Revert to C-style callbacks for iteration over allocator chunks. by Sergey Matveev · 11 years ago
  20. bb273d5 [santizer] Disable several EVIOxxx ioctls on older kernels. by Evgeniy Stepanov · 11 years ago
  21. 851e22a Fix unused function warning w/o changing compiler flags. by Evgeniy Stepanov · 11 years ago
  22. 132d51c [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  23. e8b8307 Remove an outdated comment. by Evgeniy Stepanov · 11 years ago
  24. 4612aba [sanitizer] Handle EVIOxxxx ioctls. by Evgeniy Stepanov · 11 years ago
  25. 5f672c4 [lsan] Prevent inlining of WipeStack(). by Sergey Matveev · 11 years ago
  26. c085fe8 [lsan] Move symbolization and reporting out of StopTheWorld callback. by Sergey Matveev · 11 years ago
  27. 89d1eee [sanitizer] Fix struct ifconf definition on Mac and restore the size checks. by Evgeniy Stepanov · 11 years ago
  28. 22ec6d9 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  29. b588bfd [sanitizer] Fix build on RHEL 6.3, 6.4. by Evgeniy Stepanov · 11 years ago
  30. 8301c73 [asan] fix a rare failure in fast unwinder, found by asan/clang bootstrap by Kostya Serebryany · 11 years ago
  31. 7028c1e [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  32. 5ec4741 [sanitizer] Remove a set of deprecated ioctls. by Evgeniy Stepanov · 11 years ago
  33. 7965e95 [sanitizer] Replace ext2_ ioctls with generic fs_ ioctls. by Evgeniy Stepanov · 11 years ago
  34. 2557a1b [sanitizer] Symbolic ioctl names. by Evgeniy Stepanov · 11 years ago
  35. a64d435 [Sanitizer] Rename InternalVector to InternalMmapVector by Alexey Samsonov · 11 years ago
  36. ff0ce7f [Sanitizer] add file forgotten in r183730 by Alexey Samsonov · 11 years ago
  37. d64bcf4 [Sanitizer] support running external llvm-symbolizer on Mac by Alexey Samsonov · 11 years ago
  38. e524a21 tsan: fix merge bug by Dmitry Vyukov · 11 years ago
  39. 5d43b5a [asan] fix the bug with memalign and malloc_usable_size (http://code.google.com/p/address-sanitizer/issues/detail?id=193); also fix lint by Kostya Serebryany · 11 years ago
  40. 21b3b1c tsan: fix windows crash (incorrect stack boundaries) by Dmitry Vyukov · 11 years ago
  41. c528867 tsan: fix windows mingw build by Dmitry Vyukov · 11 years ago
  42. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  43. 1d89b67 Reverting r183529: by Bill Wendling · 11 years ago
  44. 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
  45. 4ce6f79 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  46. 4e95e94 [sanitizer] Fix windows build. by Evgeniy Stepanov · 11 years ago
  47. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  48. 0550a3f [sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace() by Sergey Matveev · 11 years ago
  49. cd571e0 [lsan] Implement __lsan_ignore_object(). by Sergey Matveev · 11 years ago
  50. 4a95e33 tsan: fix darwin Go crashes by Dmitry Vyukov · 11 years ago
  51. d4bb4a6 tsan: fix darwin Go build by Dmitry Vyukov · 11 years ago
  52. 7202e79 [sanitizer] Fix windows build. by Evgeniy Stepanov · 11 years ago
  53. 2e9ffcb [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. by Evgeniy Stepanov · 11 years ago
  54. 7c9ffde Fix ALIGNED misuse in asan_thread.cc (built on all platforms); also, add a comment to the ALIGNED macro describing the correct usage by Timur Iskhodzhanov · 11 years ago
  55. 40527a5 [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan Y by Kostya Serebryany · 11 years ago
  56. d4a0415 [sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11. by Sergey Matveev · 11 years ago
  57. 4fcc565 [sanitizer] Fix r182994 - update test. by Sergey Matveev · 11 years ago
  58. ba2169a [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan. by Sergey Matveev · 11 years ago
  59. 00c35cf [sanitizer] Fix wrong size of addrinfo::ai_addrlen. by Evgeniy Stepanov · 11 years ago
  60. 2592a06 [asan] workaround for the quemu bug in proc maps (http://code.google.com/p/address-sanitizer/issues/detail?id=160) by Kostya Serebryany · 11 years ago
  61. 816bdb7 Fix #if guards in sanitizer_common code by Alexey Samsonov · 11 years ago
  62. f8c3f3d [sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, required for LeakSanitizer to work faster. Also fix lint. by Kostya Serebryany · 11 years ago
  63. 5e97ba3 Fix MSVC W3 compiler warnings by Timur Iskhodzhanov · 11 years ago
  64. 4c08644 [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address. by Sergey Matveev · 11 years ago
  65. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  66. 51c963a [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independent part. by Peter Collingbourne · 11 years ago
  67. e174cd1 Fix MSVC warnings at the -W2 level by Timur Iskhodzhanov · 11 years ago
  68. e215980 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  69. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  70. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  71. 5aac3a6 [nolibc] Now that we have a custom allocator, remove dummy allocator by Peter Collingbourne · 11 years ago
  72. 845abaf [sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Try to fix Windows build. by Alexey Samsonov · 11 years ago
  73. c91a938 [lsan] Convert the remaining LSan tests to output tests. by Sergey Matveev · 11 years ago
  74. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  75. 616659a Exclude sanitizer_nolibc_test from TSan test run. Fix lint warnings by Alexey Samsonov · 11 years ago
  76. 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
  77. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  78. 3538eb8 [sanitizer] Improve getaddrinfo interceptor. by Evgeniy Stepanov · 11 years ago
  79. cc8ed30 [nolibc] Add a test case for Linux/x86_64. by Peter Collingbourne · 11 years ago
  80. 8a4f89a [nolibc] Make SymbolizerPrepareForSandboxing weak and optional. by Peter Collingbourne · 11 years ago
  81. c09c901 [nolibc] Make AddressInfo::Clear a weak function. by Peter Collingbourne · 11 years ago
  82. 43e99ae Use an address-of operator here to silence an MSVC warning. by Peter Collingbourne · 11 years ago
  83. ebe3a36 [lsan] Begin converting LSan tests to output tests. by Sergey Matveev · 11 years ago
  84. 98d3b40 [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common. by Sergey Matveev · 11 years ago
  85. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  86. 5ce93fc [ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every platform except Linux (because we don't support sandboxing anywhere else yet) by Alexander Potapenko · 11 years ago
  87. 33b1485 [sanitizer] Fix Windows build. by Evgeniy Stepanov · 11 years ago
  88. 40b631f [ASan] Rename a atomic_compare_exchange_strong parameter to avoid a compiler warning by Timur Iskhodzhanov · 11 years ago
  89. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  90. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  91. a05fd31 [sanitizer] Fix Mac build one more time. by Evgeniy Stepanov · 11 years ago
  92. 73c9878 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  93. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  94. 761cabb [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  95. e0f18f2 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  96. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  97. 30e970f [asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM kill). Also, disable swapcontext_test on non-x86. Fix lint by Kostya Serebryany · 11 years ago
  98. 4515a21 [Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for some reason by Alexey Samsonov · 11 years ago
  99. 8b3af3a [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol. by Peter Collingbourne · 11 years ago
  100. 705e310 [nolibc] Move stoptheworld to RTSanitizerCommonLibc. by Peter Collingbourne · 11 years ago