1. ec208e0 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  2. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  3. aff25aa [sanitizer] Intercept random_r. by Evgeniy Stepanov · 11 years ago
  4. 10362d6 [sanitizer] Intercept shmctl. by Evgeniy Stepanov · 11 years ago
  5. 220d1f7 [sanitizer] Fix OSX build. by Evgeniy Stepanov · 11 years ago
  6. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  7. 285d458 [sanitizer] Intercept initgroups. by Evgeniy Stepanov · 11 years ago
  8. 3e5c47d tsan: fix strerror interceptor (eliminate false positives) by Dmitry Vyukov · 11 years ago
  9. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  10. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  11. ab8bf09 [sanitizer] Fix unpoisoning of msghdr::msg_name in recvmsg interceptor. by Evgeniy Stepanov · 11 years ago
  12. fc81346 [Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common interceptors by Alexey Samsonov · 11 years ago
  13. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  14. 67f5544 tsan: catch more races on file descriptors by Dmitry Vyukov · 11 years ago
  15. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  16. 0586dcc tsan: fix false positive in localtime() by Dmitry Vyukov · 11 years ago
  17. cf39032 [sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone. by Evgeniy Stepanov · 11 years ago
  18. 1d02bea tsan: fix the following compiler warning by Dmitry Vyukov · 11 years ago
  19. 1394be1 [sanitizer] Intercept backtrace, backtrace_symbols. by Evgeniy Stepanov · 11 years ago
  20. 1c571df tsan: fix scanf interceptor by Dmitry Vyukov · 11 years ago
  21. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  22. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 11 years ago
  23. d9a5e24 [sanitizer] Fix PR17138. by Evgeniy Stepanov · 11 years ago
  24. b32d1bf [sanitizer] Simplify sigaction and sigset_t handling. by Evgeniy Stepanov · 11 years ago
  25. 5bd2174 Slightly improve lint checker script and fix a few style issues by Alexey Samsonov · 11 years ago
  26. ba15077 [sanitizer] Fix build when scanf interceptors are enabled, and __isoc99_*scanf are not. by Evgeniy Stepanov · 11 years ago
  27. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  28. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  29. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  30. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  31. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  32. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  33. 39d68ed [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors. by Evgeniy Stepanov · 11 years ago
  34. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  35. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  36. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  37. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  38. 098c58f Completely revert all mbstowcs-and-friends changes from r186109. They were unintentional by Alexey Samsonov · 11 years ago
  39. e43d210 [Sanitizer] Revert some parts of r186109 related to mbstowcs-and-friends interceptors by Alexey Samsonov · 11 years ago
  40. 5a482cd Fix a veritable conucopia of bugs in the readdir_r interceptors. by Chandler Carruth · 11 years ago
  41. 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  42. 9b21ba6 [sanitizer] Fix handling of edge cases in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  43. d26cb23 Fix a bug in the readdir_r interceptor: when we reach the end of the by Chandler Carruth · 11 years ago
  44. 57876cf [sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well. by Evgeniy Stepanov · 11 years ago
  45. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  46. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  47. ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
  48. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  49. 906f2c1 [sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit. by Evgeniy Stepanov · 11 years ago
  50. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  51. 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
  52. 9eedf48 [sanitizer] Intercept getnameinfo. by Evgeniy Stepanov · 11 years ago
  53. 52d08d8 Pass --default-arch flag to external symbolizer. Fix line lengths. by Alexey Samsonov · 11 years ago
  54. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  55. a0379b5 [sanitizer] Fix dirent interceptors. by Evgeniy Stepanov · 11 years ago
  56. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  57. eb7c24b [sanitizer] Reformat line >80 chars. by Evgeniy Stepanov · 11 years ago
  58. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  59. 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
  60. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  61. 4ce6f79 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  62. 4e95e94 [sanitizer] Fix windows build. by Evgeniy Stepanov · 11 years ago
  63. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  64. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  65. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  66. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  67. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  68. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  69. 3538eb8 [sanitizer] Improve getaddrinfo interceptor. by Evgeniy Stepanov · 11 years ago
  70. 33b1485 [sanitizer] Fix Windows build. by Evgeniy Stepanov · 11 years ago
  71. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  72. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  73. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  74. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  75. 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
  76. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  77. 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
  78. f82eb24 asna/tsan/msan: fix wait() interceptors to allow NULL arguments by Dmitry Vyukov · 11 years ago
  79. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  80. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  81. 7cdae16 [msan] Allow clock_getres(, 0). by Evgeniy Stepanov · 11 years ago
  82. 15832c2 [ASan] Do not check the shadow of NULL argument in the time() interceptor. by Alexander Potapenko · 11 years ago
  83. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  84. a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 11 years ago
  85. 39fdce1 Revert r179012: "[msan] Intercept glob()." by Chandler Carruth · 11 years ago
  86. 6f4c197 [msan] Intercept glob(). by Evgeniy Stepanov · 11 years ago
  87. cc24ec9 [tsan] Fix build. by Evgeniy Stepanov · 11 years ago
  88. fef6605 [msan] Intercept time(). by Evgeniy Stepanov · 11 years ago
  89. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  90. be52366 asan/tsan: move strcasecmp() interceptor to sanitizer_common by Dmitry Vyukov · 11 years ago
  91. 30e110e [sanitizer] More renamed macros. by Evgeniy Stepanov · 11 years ago
  92. ff5d1fc [Sanitizer] Don't intercept frexpf and frexpl on Windows. Add frexp declaration to asan_intercepted_functions.h by Alexey Samsonov · 11 years ago
  93. 7cbbb29 [sanitizer] Intercept frexp and friends. by Evgeniy Stepanov · 11 years ago
  94. 9eab858 [ASan] Make isoc99_*scanf intercepted on Linux only. Those are unavailable on Darwin. by Alexander Potapenko · 12 years ago
  95. 69b109a [sanitizer] Fix lint. by Evgeniy Stepanov · 12 years ago
  96. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago
  97. c5b4e86 [sanitizer] More accurate scanf parsing without GNU extensions. by Evgeniy Stepanov · 12 years ago
  98. 4ae1adb [sanitizer] Intercept __isoc99_*scanf. by Evgeniy Stepanov · 12 years ago
  99. 44be70b [sanitizer] clang-format pass over scanf code. by Evgeniy Stepanov · 12 years ago
  100. 0527bf2 [sanitizer] scanf: don't report stores that did not happen. by Evgeniy Stepanov · 12 years ago