1. e767e35 asan: disable pthread_setname_np interceptor by Dmitry Vyukov · 11 years ago
  2. b527f7d [ASan] Don't call __asan_init() from certain interceptors on Darwin. by Alexander Potapenko · 11 years ago
  3. a537ea9 [sanitizer] Warn if interception fails. by Evgeniy Stepanov · 11 years ago
  4. bb6bc9a [asan] Bypass pthread_attr_getdetachstate interceptor in compiler_rt code. by Evgeniy Stepanov · 11 years ago
  5. dfab31b [asan] Fix build. by Evgeniy Stepanov · 11 years ago
  6. 750b4ac [sanitizer] Fix build warnings. by Evgeniy Stepanov · 11 years ago
  7. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  8. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  9. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  10. 8cde99f asan/msan: fix "unused function 'OnExit'" warning by Dmitry Vyukov · 11 years ago
  11. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  12. 6c70a55 [ASan] Remove a complex multiline comment that baffles lint. by Alexander Potapenko · 11 years ago
  13. d4d7040 [ASan] Enforce the memmove semantics for both memcpy() and memmove() interceptors on Darwin. by Alexander Potapenko · 11 years ago
  14. b99228d asan: Add a wcslen interceptor mirroring strlen by Reid Kleckner · 11 years ago
  15. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  16. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  17. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  18. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  19. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  20. ae4e6fd [asan] Fix windows build. by Evgeniy Stepanov · 11 years ago
  21. c6ac98d [lsan] Handle fork() correctly. by Sergey Matveev · 11 years ago
  22. b9a9284 [ASan] try to fix Windows build by Alexey Samsonov · 11 years ago
  23. 9465cbd [ASan] Properly disable strict init-order checking when pthread_create is called by Alexey Samsonov · 11 years ago
  24. c8c312a Hide mlock/munlock info message under verbosity flag. by Alexey Samsonov · 11 years ago
  25. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  26. d530d89 [ASan] reimplement strdup() interceptor to get nicer stack traces for memory chunks allocated there by Alexey Samsonov · 11 years ago
  27. 3f9f877 [ASan] Delete excessive 'extern "C"' around mlock* interceptors. by Alexander Potapenko · 11 years ago
  28. fdde5a9 [ASan] mark ioctl test as xfailing on darwin. remove redundant semicolons by Alexey Samsonov · 11 years ago
  29. fd55281 [ASan] An early return from InitializeAsanInterceptors() on Mac has been considered unobvious. by Alexander Potapenko · 11 years ago
  30. 8d2438a Replaced 'bool .* = 0;' with '... = false;' by Timur Iskhodzhanov · 11 years ago
  31. 5e97ba3 Fix MSVC W3 compiler warnings by Timur Iskhodzhanov · 11 years ago
  32. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  33. 46efcb0 Disable init-order checking before destructors are run. by Alexey Samsonov · 11 years ago
  34. 332bf33 [ASan] Add allow_user_segv_handler to let users override SEGV handler installed by ASan by Alexey Samsonov · 11 years ago
  35. bdd0966 [ASan] Disable strict-init-order checker once we have more than one thread, as this mode is thread-hostile by Alexey Samsonov · 11 years ago
  36. 881b677 [sanitizer] Add syscall handlers to ASan and TSan runtimes. by Evgeniy Stepanov · 11 years ago
  37. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  38. a27bdf7 [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b). Was puzzled why lint did not catch it. Turns out this check was disabled for asan source. fix all cases and enable the check by Kostya Serebryany · 11 years ago
  39. 649a270 [ASan] Kill the remainders of platform defines in favor of SANITIZER_ defines by Alexey Samsonov · 11 years ago
  40. 7e84349 [ASan] Speed-up initialization-order checking: create and use fast versions of PoisonShadow functions, store copies of __asan_global descriptors in a vector instead of list of pointers. This gives 3x speedup on both benchmarks and real binaries with lots of globals. by Alexey Samsonov · 11 years ago
  41. be52366 asan/tsan: move strcasecmp() interceptor to sanitizer_common by Dmitry Vyukov · 11 years ago
  42. dfe3f96 [ASan] fix-up for r177634 on Windows. by Alexey Samsonov · 11 years ago
  43. def1be9 [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete ASan-specific AsanThreadRegistry. by Alexey Samsonov · 11 years ago
  44. 89c1384 [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class into plain functions: they don't actually use registry by Alexey Samsonov · 11 years ago
  45. e1ba000 [asan] s/ASAN_POSIX/SANITIZER_POSIX/ by Evgeniy Stepanov · 11 years ago
  46. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  47. 8bd5e74 [ASan] Add the memcmp_strict flag (1 by default) that controls the behavior of accessibility checks in memcmp. by Alexander Potapenko · 12 years ago
  48. 1b057b2 [asan] fix the output for range accesses (memset, etc); improve the tests; more strict checking in memcmp by Kostya Serebryany · 12 years ago
  49. 72bbfd4 [ASan] Revert the incorrect macro on Linux. by Alexander Potapenko · 12 years ago
  50. 50a002e [ASan] Refactoring: nuke the redundant function declarations in asan_intercepted_functions.h by Alexander Potapenko · 12 years ago
  51. a84805f [asan] speedup by more than 2x handling of the small memset/memcpy/etc calls by Kostya Serebryany · 12 years ago
  52. 2673fd8 [asan] print a short one-line report summary after the full report. Currently, works only if symbolization happens in-process. by Kostya Serebryany · 12 years ago
  53. 6956398 [ASan] Delete the code related to static runtime on OS X. by Alexander Potapenko · 12 years ago
  54. 589dcda [asan] Fix nonsensical reports of partial right OOB. by Evgeniy Stepanov · 12 years ago
  55. c70fa28 [ASan] Split ASan interface header into private and public parts. Add a test that makes sure users can include interface header by Alexey Samsonov · 12 years ago
  56. 82a9080 [sanitizer] lint by Evgeniy Stepanov · 12 years ago
  57. 4f32c0b [sanitizer] Rename 2 files *.h->*.inc as appropriate. by Evgeniy Stepanov · 12 years ago
  58. bee7415 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 12 years ago
  59. 541cfb1 [asan] fix two off-by-one errors that seem to affect only PowerPC because only there the stack top may be equal to the address space top. Noted by Andreas Schwab in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55975#c11 . Also make swapcontext interceptor a bit more robust by Kostya Serebryany · 12 years ago
  60. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  61. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  62. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  63. 57db4ba [ASan] minor changes to swapcontext handling: don't clear shadow memory if context stack is too large by Alexey Samsonov · 12 years ago
  64. 0223e7d [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too by Kostya Serebryany · 12 years ago
  65. c803319 [sanitizer] a bit more unification for interceptors (merge read/pread/pread64 in asan and tsan) by Kostya Serebryany · 12 years ago
  66. eb28093 [asan] implement more strict checking for memset/etc parameters. Instead of checking the first and the last byte, we check the entire shadow region. This costs ~10 slowdown for the instrumented functions. Motivated by a nasty memset-buffer-overflow-by-140-bytes in chrome which was reported as a use-after-free or not at all by Kostya Serebryany · 12 years ago
  67. a30c8f9 [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to allow using the slow CFI-based unwinder by Kostya Serebryany · 12 years ago
  68. 8530e2b [asan] add sanitizer_common/sanitizer_common_interceptors.h with pread/pread64/read interceptors. Use it in asan. Add asan tests for pread/etc. Add FIXME to tsan/msan interceptors by Kostya Serebryany · 12 years ago
  69. c75d848 [ASan] Typo fix in memcpy() and memmove() interceptors: ASAN_WRITE_RANGE and ASAN_READ_RANGE were swapped. by Alexander Potapenko · 12 years ago
  70. 1877e08 ASan: intercept prctl on Linux only by Alexey Samsonov · 12 years ago
  71. 716e2f2 [asan] intercept prctl(PR_SET_NAME) and set the thread name. Output the thread names (if non-empty) in asan reports by Kostya Serebryany · 12 years ago
  72. da60d62 [asan] undo the debug printf by Kostya Serebryany · 12 years ago
  73. 72166ca [tsan] get rid of *allocator64* files, moving everything to *allocator* files. This will help with the 32-bit allocator implementation and testing by Kostya Serebryany · 12 years ago
  74. 0870028 [ASan] Add interceptor for swapcontext to fight with false positives in some of its use cases. by Alexey Samsonov · 12 years ago
  75. 71578fa In the dynamic runtime on Mac OS, do not call internal_strdup() before __asan_init(). by Alexander Potapenko · 12 years ago
  76. 3e8458a [ASan] Use internal_memmove() in both static and dynamic runtime libraries if asan_inited != 0. by Alexander Potapenko · 12 years ago
  77. f1673e6 Implement internal_memmove. by Alexander Potapenko · 12 years ago
  78. 50f2e30 If !asan_inited, call internal versions of libc functions where available. by Alexander Potapenko · 12 years ago
  79. e933c9f Avoid calling __asan_init from memcpy(), memmove(), memset() during libSystem initialization. by Alexander Potapenko · 12 years ago
  80. b43d6a8 [Sanitizer] first effort to start building ASan runtime with -Werror in CMake build by Alexey Samsonov · 12 years ago
  81. 8d6e3f7 Allow to call strchr() from __asan_init(). Fixes PR13794. by Alexander Potapenko · 12 years ago
  82. d865fec Relocate the external headers provided by ASan and the common sanitizer library. by Chandler Carruth · 12 years ago
  83. beda44f Fix lint warnings. by Alexander Potapenko · 12 years ago
  84. 0ef5310 Commit the source and CMake changes that will allow to build ASan runtime by Alexander Potapenko · 12 years ago
  85. 05bf9a5 Introduce asan_intercepted_functions.h which contains the declarations wrapped functions and their wrappers. by Alexander Potapenko · 12 years ago
  86. f0c6de3 Do not attempt to intercept mlock and friends on Windows. by Alexander Potapenko · 12 years ago
  87. 00f1c09 Use the common interception machinery for mlock/munlock/mlockall/munlockall. by Alexander Potapenko · 12 years ago
  88. 487fee7 [ASan] Move error reporting code away from file with interceptors by Alexey Samsonov · 12 years ago
  89. 37b3fcd Make strcat() and strncat() more standard-compliant (check for invalid parameters even if zero bytes is copied, more accurate overlap check) by Alexander Potapenko · 12 years ago
  90. fd2ae4f [ASan] cleanup interceptors code - prefer ASAN_INTERCEPT_FUNCTION_NAME macro to _WIN32, __APPLE__ etc. by Alexey Samsonov · 12 years ago
  91. 8648e77 [asan] ensure that asan_init is called in str[n]cmp. Bug found by Nick Kralevich (thanks) by Kostya Serebryany · 12 years ago
  92. 79d12e8 For wild addresses in the shadow or shadow gap areas print an error message instead of crashing on a check. by Alexander Potapenko · 12 years ago
  93. cb8c4dc [ASan] Use common flags parsing machinery. by Alexey Samsonov · 12 years ago
  94. b4fefa7 [ASan] cleanup: trailing semicolons, trailing colons in enums by Alexey Samsonov · 12 years ago
  95. c925697 [Sanitizer] move all the rest re-implementations of libc functions from ASan runtime to common sanitizer runtime by Alexey Samsonov · 12 years ago
  96. 88207ab [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementations of functions. Move strchr to sanitizer_libc. by Alexey Samsonov · 12 years ago
  97. 327c1c1 [Sanitizer] Move internal_memcmp to common sanitizer libc by Alexey Samsonov · 12 years ago
  98. 4fac148 [Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/ by Alexey Samsonov · 12 years ago
  99. a1a25c1 [ASan] allow calls to memmove during rtl initialization by Alexey Samsonov · 12 years ago
  100. c1bdd5a [ASan] add interceptor for strncat by Alexey Samsonov · 12 years ago