1. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  2. 51c963a [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independent part. by Peter Collingbourne · 11 years ago
  3. e174cd1 Fix MSVC warnings at the -W2 level by Timur Iskhodzhanov · 11 years ago
  4. e215980 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  5. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  6. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  7. 24cdfee tsan: match "race" suppressions against "race on vptr" reports by Dmitry Vyukov · 11 years ago
  8. 5aac3a6 [nolibc] Now that we have a custom allocator, remove dummy allocator by Peter Collingbourne · 11 years ago
  9. 845abaf [sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Try to fix Windows build. by Alexey Samsonov · 11 years ago
  10. c91a938 [lsan] Convert the remaining LSan tests to output tests. by Sergey Matveev · 11 years ago
  11. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  12. 616659a Exclude sanitizer_nolibc_test from TSan test run. Fix lint warnings by Alexey Samsonov · 11 years ago
  13. 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
  14. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  15. 3538eb8 [sanitizer] Improve getaddrinfo interceptor. by Evgeniy Stepanov · 11 years ago
  16. 6ac157d [msan] Change report header to be more alike to ASan and TSan. by Evgeniy Stepanov · 11 years ago
  17. cc8ed30 [nolibc] Add a test case for Linux/x86_64. by Peter Collingbourne · 11 years ago
  18. 8a4f89a [nolibc] Make SymbolizerPrepareForSandboxing weak and optional. by Peter Collingbourne · 11 years ago
  19. c09c901 [nolibc] Make AddressInfo::Clear a weak function. by Peter Collingbourne · 11 years ago
  20. 43e99ae Use an address-of operator here to silence an MSVC warning. by Peter Collingbourne · 11 years ago
  21. ebe3a36 [lsan] Begin converting LSan tests to output tests. by Sergey Matveev · 11 years ago
  22. 98d3b40 [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common. by Sergey Matveev · 11 years ago
  23. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  24. a09d09d <rdar://problem/12512722> Use arm divide instruction if available by Nick Kledzik · 11 years ago
  25. f5a9ace [lsan] Allow the ignored TLS range to be empty. by Sergey Matveev · 11 years ago
  26. 8e66cf5 [lsan] Minor adjustments to LSan messages. by Sergey Matveev · 11 years ago
  27. 6c3634b [lsan] Prettify LSan reports and add a summary. by Sergey Matveev · 11 years ago
  28. 969b529 [lsan] Add exitcode flag. Kill the process if leaks are found. by Sergey Matveev · 11 years ago
  29. 46efcb0 Disable init-order checking before destructors are run. by Alexey Samsonov · 11 years ago
  30. 2811a0c Don't override 'mode' and cleanup some variable names. by Bill Wendling · 11 years ago
  31. 468eb10 Add 'mode' parameter when using 'O_CREAT'. Thanks to Evgeniy for pointing this out. by Bill Wendling · 11 years ago
  32. e850b87 [lsan] Add lit test support. by Sergey Matveev · 11 years ago
  33. 3086d7b [TSan] Try to fix the Go-TSan build. by Alexander Potapenko · 11 years ago
  34. 2a5c678 [tsan] Remove -Wgnu from Makefile.old. by Evgeniy Stepanov · 11 years ago
  35. 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
  36. 5b2afc3 [msan] Fix line >80 chars. by Evgeniy Stepanov · 11 years ago
  37. 33b1485 [sanitizer] Fix Windows build. by Evgeniy Stepanov · 11 years ago
  38. 40b631f [ASan] Rename a atomic_compare_exchange_strong parameter to avoid a compiler warning by Timur Iskhodzhanov · 11 years ago
  39. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  40. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  41. fc1a612 [lsan] Ensure lsan is initialized when interceptors are called. by Sergey Matveev · 11 years ago
  42. a7e8c97 [ASan] Rename __asan_preinit to __local_asan_preinit to avoid warnings from the linker which is trying to export all the __asan_* symbols by Alexander Potapenko · 11 years ago
  43. d06f2fc Performance improvement. by Bill Wendling · 11 years ago
  44. a05fd31 [sanitizer] Fix Mac build one more time. by Evgeniy Stepanov · 11 years ago
  45. 73c9878 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  46. 84d0d7d Effectively revert r182453 - atomic.c may not be compiled if host compiler doesn't understand _Atomic by Alexey Samsonov · 11 years ago
  47. d570bb4 [asan] fix the reported PCs for powerpc64 by Kostya Serebryany · 11 years ago
  48. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  49. 761cabb [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  50. 975a329 Revert r182465 and add lsan-common library to makefile-based build by Alexey Samsonov · 11 years ago
  51. e0f18f2 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  52. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  53. b5433dd [ASan] Temporary remove leak checking from ASan, while we don't have makefile-based build for LSan by Alexey Samsonov · 11 years ago
  54. ac39dfb [asan] enhance stack-overflow.cc test: check that the location frame is properly symbolized by Kostya Serebryany · 11 years ago
  55. c26d450 [asan] attempting to fix the debian bot (on ubuntu the test builds; on debian it complains that _SC_PAGESIZE is unknown) by Kostya Serebryany · 11 years ago
  56. 5cf3ced [asan] fix dlclose-test to work with non-4K pages. Properly disable interface_symbols_linux on non-x86 by Kostya Serebryany · 11 years ago
  57. 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
  58. 6cef978 Add atomic.c to CMake build of compiler-rt to match r182420 by Alexey Samsonov · 11 years ago
  59. e04a1fd <rdar://problem/13806954> enable __atomic_* functions for Darwin by Nick Kledzik · 11 years ago
  60. d4ad20b Add atomic.c back to the builtins module sources lists (for Makefile build). by Daniel Dunbar · 11 years ago
  61. 4cacb4f [lsan] Invoke leak detection with atexit(). by Sergey Matveev · 11 years ago
  62. 0bc8177 [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS. by Sergey Matveev · 11 years ago
  63. 71f0411 [asan] LSan hooks in asan_rtl. by Sergey Matveev · 11 years ago
  64. 9bdf780 [lsan] Change CMakeLists to build the common LSan module for ASan. by Sergey Matveev · 11 years ago
  65. 4d1b383 [MSan] Add empty default blacklist for MSan by Alexey Samsonov · 11 years ago
  66. c1caace [ASan] create default (empty) ASan blacklist file in resource directory by Alexey Samsonov · 11 years ago
  67. 79367ad [asan] LSan hooks in asan_allocator2.cc by Sergey Matveev · 11 years ago
  68. f1ac1a4 [asan] LSan hooks in asan_thread.cc by Sergey Matveev · 11 years ago
  69. 3bc65b1 [lsan] LSan in LD_PRELOAD library form. by Sergey Matveev · 11 years ago
  70. 4515a21 [Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for some reason by Alexey Samsonov · 11 years ago
  71. 8b3af3a [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol. by Peter Collingbourne · 11 years ago
  72. 705e310 [nolibc] Move stoptheworld to RTSanitizerCommonLibc. by Peter Collingbourne · 11 years ago
  73. 04a2281 [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcdep.cc. by Peter Collingbourne · 11 years ago
  74. 37642cf [ASan] Mark init-order test as XFAIL on Darwin by Alexey Samsonov · 11 years ago
  75. a6e7d8d [ASan] Don't run fast unwinder tests on 32-bit Linux as fast unwinder may be unexpectedly smart on some hosts by Alexey Samsonov · 11 years ago
  76. f495479 [sanitizer] Enable pthread_getschedparam interceptor on Android. by Evgeniy Stepanov · 11 years ago
  77. 098847d [ASan] Mark some tests as working only on x86_64 and i386 arches by Alexey Samsonov · 11 years ago
  78. e6c62f2 [msan] Replace GetArgv hack with something that is slightly better. by Evgeniy Stepanov · 11 years ago
  79. 6b5346e Add lit config feature <target>-supported-target to mark target-specific tests by Alexey Samsonov · 11 years ago
  80. dc563c0 tsan: detect when a thread ends with ignores enabled by Dmitry Vyukov · 11 years ago
  81. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  82. a8bc34e [sanitizer] fix asan on the platforms where the page size is not a compile-time constant (or at least where EXEC_PAGESIZE may not be trustworthy), e.g. powerpc64. by Kostya Serebryany · 11 years ago
  83. 4df343a [nolibc] Move GetPageSize to the individual platforms. by Peter Collingbourne · 11 years ago
  84. 088ea2b [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcdep.cc. by Peter Collingbourne · 11 years ago
  85. 26337b6 [nolibc] Make GetArgsAndEnv libc-independent. by Peter Collingbourne · 11 years ago
  86. 74799ca Build LSan on x86_64 only if this target is supported by Alexey Samsonov · 11 years ago
  87. b9c9ce7 [lsan] Fix r182256. by Sergey Matveev · 11 years ago
  88. b812409 [ASan] Nuke build of static ASan runtime on Mac OS by Alexey Samsonov · 11 years ago
  89. a225736 [Sanitizer] Build sanitizer runtimes with debug info in Makefile build by Alexey Samsonov · 11 years ago
  90. 6a659df [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appending the __DARWIN_ALIAS() version suffixes to function names on Darwin. by Alexander Potapenko · 11 years ago
  91. 29b7568 [lsan] GetUserBegin() in LSan. by Sergey Matveev · 11 years ago
  92. 41d69f4 Fix realloc'ing freed/invalid pointers by Timur Iskhodzhanov · 11 years ago
  93. e7ca056 [asan] Modify ASan metadata atomically. by Sergey Matveev · 11 years ago
  94. f484ff3 [lsan] CMakeLists and lit test configs for LSan. by Sergey Matveev · 11 years ago
  95. fc98a1a [lsan] Tests for LeakSanitizer. by Sergey Matveev · 11 years ago
  96. ab0f744 [lsan] Common leak checking module. by Sergey Matveev · 11 years ago
  97. e96c62a [lsan] Standalone LSan initialization. by Sergey Matveev · 11 years ago
  98. 7ea7d20 [lsan] Interceptors for standalone LSan. by Sergey Matveev · 11 years ago
  99. 56f77a7 [lsan] Thread registry for standalone LSan. by Sergey Matveev · 11 years ago
  100. c99de51 [lsan] Allocator for standalone LSan. by Sergey Matveev · 11 years ago