1. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  2. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  3. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  4. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  5. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  6. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  7. a537ea9 [sanitizer] Warn if interception fails. by Evgeniy Stepanov · 11 years ago
  8. 4197fa2 [msan] Fix a very unfortunate typo in origin copying. by Evgeniy Stepanov · 11 years ago
  9. e4f9f8a [sanitizer] Intercept strptime. by Evgeniy Stepanov · 11 years ago
  10. 5492ff9 [msan] Intercept memccpy. by Evgeniy Stepanov · 11 years ago
  11. ae7db43 [msan] Intercept dlerror. by Evgeniy Stepanov · 11 years ago
  12. 548559d [msan] Disable mlock/mlockall to work around a linux kernel bug. by Evgeniy Stepanov · 11 years ago
  13. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  14. f360389 [msan] Intercept shmat. by Evgeniy Stepanov · 11 years ago
  15. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  16. 1161eb4 [msan] Unpoison errno in common interceptors. by Evgeniy Stepanov · 11 years ago
  17. 450eee6 [msan] Fix invalid origin copying. by Evgeniy Stepanov · 11 years ago
  18. 7c6bd40 [msan] Drain allocator cache when leaving thread. by Evgeniy Stepanov · 11 years ago
  19. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  20. 06cbed8 tsan: use verbosity flag in sanitizer_common code directly by Dmitry Vyukov · 11 years ago
  21. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  22. 2a2dc88 [msan] Remove a long-outdated comment. by Evgeniy Stepanov · 11 years ago
  23. 3f4beff [msan] Intercept strto(d|f|ld)_l and glibc-specific __strto(d|f|ld)_l. by Evgeniy Stepanov · 11 years ago
  24. 8cde99f asan/msan: fix "unused function 'OnExit'" warning by Dmitry Vyukov · 11 years ago
  25. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  26. 0586dcc tsan: fix false positive in localtime() by Dmitry Vyukov · 11 years ago
  27. fdf10e2 msan: fix compiler warnings about unused variables by Dmitry Vyukov · 11 years ago
  28. cfc29de [msan] Unpoison argument shadow for C++ module destructors. by Evgeniy Stepanov · 11 years ago
  29. 6b85945 [MSan] Fix -Wempty-body warning by Alexey Samsonov · 11 years ago
  30. effdc7e [msan] Fix origin of deallocated memory. by Evgeniy Stepanov · 11 years ago
  31. 7b63608 [msan] Intercept tzset. by Evgeniy Stepanov · 11 years ago
  32. bb22942 [msan] Intercept fstatat / fstatat64. by Evgeniy Stepanov · 11 years ago
  33. 967e07e [msan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  34. 97160a8 [msan] Intercept memalign, valloc, pvalloc. by Evgeniy Stepanov · 11 years ago
  35. 4c62159 [msan] Remove extra backup/restore calls. by Evgeniy Stepanov · 11 years ago
  36. 0e38a67 [msan] Save/restore va_arg_overflow_tls in signal handlers. by Evgeniy Stepanov · 11 years ago
  37. 91659d5 [msan] Unpoison all TLS shadow when leaving a signal handler. by Evgeniy Stepanov · 11 years ago
  38. e0a8712 [msan] Fix a data race in signal/sigaction interceptors. by Evgeniy Stepanov · 11 years ago
  39. b32d1bf [sanitizer] Simplify sigaction and sigset_t handling. by Evgeniy Stepanov · 11 years ago
  40. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  41. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  42. 534e2ba [msan] Intercept setenv, putenv. by Evgeniy Stepanov · 11 years ago
  43. 6567092 [msan] Intercept pthread_join. by Evgeniy Stepanov · 11 years ago
  44. 2e75ac9 Move UnpoisonMappedDSO to sanitizer_common. by Peter Collingbourne · 11 years ago
  45. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  46. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  47. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  48. 737da2f [msan] Intercept pthread_key_create. by Evgeniy Stepanov · 11 years ago
  49. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  50. 353c996 [msan] Intercept mempcpy, wmempcpy. by Evgeniy Stepanov · 11 years ago
  51. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  52. 4bbbe13 [msan] Intercept stpcpy. by Evgeniy Stepanov · 11 years ago
  53. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  54. c2918bf [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface by Alexey Samsonov · 11 years ago
  55. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  56. b8e323e [msan] Unpoison param-tls in signal handler wrapper. by Evgeniy Stepanov · 11 years ago
  57. 0797ed4 [msan] Intercept (v)asprintf. by Evgeniy Stepanov · 11 years ago
  58. bb881c7 [msan] Add keep_going runtime flag. by Evgeniy Stepanov · 11 years ago
  59. a879f10 [msan] Fix gcc build of msan runtime. by Evgeniy Stepanov · 11 years ago
  60. b36779d [msan] Handle mixed track-origins and keep-going settings (compiler-rt part). by Evgeniy Stepanov · 11 years ago
  61. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  62. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  63. 5b2afc3 [msan] Fix line >80 chars. by Evgeniy Stepanov · 11 years ago
  64. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  65. 1aad6b5 [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor. by Evgeniy Stepanov · 11 years ago
  66. 2bba4ef [msan] Intercept dl_iterate_phdr. by Evgeniy Stepanov · 11 years ago
  67. 11347bf [MSan] Make a few interface functions accept 'const void *' instead of 'void*' by Alexey Samsonov · 11 years ago
  68. b6c8e47 [msan] Unpoison the result of posix_memalign. by Evgeniy Stepanov · 11 years ago
  69. 2887a64 [sanitizer] Syscall hooks. by Evgeniy Stepanov · 11 years ago
  70. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  71. 134fe8a [msan] Interceptors for pipe2 and socketpair. by Evgeniy Stepanov · 11 years ago
  72. 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
  73. cd3049d [msan] Fix sigaction interceptor. by Evgeniy Stepanov · 11 years ago
  74. a213ab6 [msan] A runtime option to disable wrapping of signal handlers. by Evgeniy Stepanov · 11 years ago
  75. 0727702 [sanitizer] Use ucontext_t instead of "struct ucontext". by Evgeniy Stepanov · 11 years ago
  76. 06658ea [msan] Unpoison siginfo_t and ucontext_t in signal handlers. by Evgeniy Stepanov · 11 years ago
  77. 583025d [sanitizer] while doing fast unwinding make sure that the frame pointer is aligned; fix lint by Kostya Serebryany · 11 years ago
  78. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  79. 6c503b9 [msan] Handle dlopen() failure in dlopen interceptor. by Evgeniy Stepanov · 11 years ago
  80. b9bf700 [sanitizer] Don't adjust the size of the user-allocated stack. by Evgeniy Stepanov · 11 years ago
  81. d97a15a [msan] Intercept readdir64. by Evgeniy Stepanov · 11 years ago
  82. 8aa1ae0 [msan] Intercept __strdup, strndup, __strndup. by Evgeniy Stepanov · 11 years ago
  83. 0ecc437 [sanitizer] Fix lint. by Evgeniy Stepanov · 11 years ago
  84. 10fd322 [msan] Increase stack size as required. by Evgeniy Stepanov · 11 years ago
  85. 0f92deb [msan] intercept dlopen and clear shadow for it by Reid Kleckner · 11 years ago
  86. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago
  87. 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 · 12 years ago
  88. 7eed04c [msan] Allow zero buf pointer in getcwd() interceptor. by Evgeniy Stepanov · 12 years ago
  89. 887a5fe [msan] A runtime call to support custom allocators. by Evgeniy Stepanov · 12 years ago
  90. 65199f1 [sanitizer] fix calloc overflow in asan/tsan/msan by Kostya Serebryany · 12 years ago
  91. 9e6d3b3 [msan] Allow waitpid while in __msan_init(). by Evgeniy Stepanov · 12 years ago
  92. 95d0588 [msan] gethostbyname interceptor. by Evgeniy Stepanov · 12 years ago
  93. e36d006 [msan] Follow -msan-keep-going in reports from interceptors. by Evgeniy Stepanov · 12 years ago
  94. 82a9080 [sanitizer] lint by Evgeniy Stepanov · 12 years ago
  95. 4f32c0b [sanitizer] Rename 2 files *.h->*.inc as appropriate. by Evgeniy Stepanov · 12 years ago
  96. bee7415 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 12 years ago
  97. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  98. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  99. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  100. 14ea1d5 [msan] start using common interceptors in msan by Kostya Serebryany · 12 years ago