1. 52d08d8 Pass --default-arch flag to external symbolizer. Fix line lengths. by Alexey Samsonov · 11 years ago
  2. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  3. a0379b5 [sanitizer] Fix dirent interceptors. by Evgeniy Stepanov · 11 years ago
  4. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  5. eb7c24b [sanitizer] Reformat line >80 chars. by Evgeniy Stepanov · 11 years ago
  6. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  7. 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
  8. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  9. 4ce6f79 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  10. 4e95e94 [sanitizer] Fix windows build. by Evgeniy Stepanov · 11 years ago
  11. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  12. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  13. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  14. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  15. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  16. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  17. 3538eb8 [sanitizer] Improve getaddrinfo interceptor. by Evgeniy Stepanov · 11 years ago
  18. 33b1485 [sanitizer] Fix Windows build. by Evgeniy Stepanov · 11 years ago
  19. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  20. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  21. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  22. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  23. 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
  24. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  25. 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
  26. f82eb24 asna/tsan/msan: fix wait() interceptors to allow NULL arguments by Dmitry Vyukov · 11 years ago
  27. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  28. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  29. 7cdae16 [msan] Allow clock_getres(, 0). by Evgeniy Stepanov · 11 years ago
  30. 15832c2 [ASan] Do not check the shadow of NULL argument in the time() interceptor. by Alexander Potapenko · 11 years ago
  31. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  32. a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 11 years ago
  33. 39fdce1 Revert r179012: "[msan] Intercept glob()." by Chandler Carruth · 11 years ago
  34. 6f4c197 [msan] Intercept glob(). by Evgeniy Stepanov · 11 years ago
  35. cc24ec9 [tsan] Fix build. by Evgeniy Stepanov · 11 years ago
  36. fef6605 [msan] Intercept time(). by Evgeniy Stepanov · 11 years ago
  37. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  38. be52366 asan/tsan: move strcasecmp() interceptor to sanitizer_common by Dmitry Vyukov · 11 years ago
  39. 30e110e [sanitizer] More renamed macros. by Evgeniy Stepanov · 11 years ago
  40. ff5d1fc [Sanitizer] Don't intercept frexpf and frexpl on Windows. Add frexp declaration to asan_intercepted_functions.h by Alexey Samsonov · 11 years ago
  41. 7cbbb29 [sanitizer] Intercept frexp and friends. by Evgeniy Stepanov · 11 years ago
  42. 9eab858 [ASan] Make isoc99_*scanf intercepted on Linux only. Those are unavailable on Darwin. by Alexander Potapenko · 12 years ago
  43. 69b109a [sanitizer] Fix lint. by Evgeniy Stepanov · 12 years ago
  44. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago
  45. c5b4e86 [sanitizer] More accurate scanf parsing without GNU extensions. by Evgeniy Stepanov · 12 years ago
  46. 4ae1adb [sanitizer] Intercept __isoc99_*scanf. by Evgeniy Stepanov · 12 years ago
  47. 44be70b [sanitizer] clang-format pass over scanf code. by Evgeniy Stepanov · 12 years ago
  48. 0527bf2 [sanitizer] scanf: don't report stores that did not happen. by Evgeniy Stepanov · 12 years ago
  49. 348bd12 [sanitizer] Remove an extra va_copy. by Evgeniy Stepanov · 12 years ago
  50. c36c168 [sanitizer] Improve scanf interceptor by Evgeniy Stepanov · 12 years ago
  51. f0c846b asan/tsan: fix pwrite interceptors by Dmitry Vyukov · 12 years ago
  52. b8f515c tsan: add missing interceptors by Dmitry Vyukov · 12 years ago
  53. d6bc93e [sanitizer] Enable cpplint for .inc files. by Evgeniy Stepanov · 12 years ago
  54. 4f32c0b [sanitizer] Rename 2 files *.h->*.inc as appropriate. by Evgeniy Stepanov · 12 years ago[Renamed (95%) from lib/sanitizer_common/sanitizer_common_interceptors.h]
  55. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  56. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  57. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  58. 9289ff1 [asan] attempting to fix the Mac build by Kostya Serebryany · 12 years ago
  59. 153ba3f [sanitizer] move write/pwrite/pwrite64 interceptors to common by Kostya Serebryany · 12 years ago
  60. 0223e7d [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too by Kostya Serebryany · 12 years ago
  61. c803319 [sanitizer] a bit more unification for interceptors (merge read/pread/pread64 in asan and tsan) by Kostya Serebryany · 12 years ago
  62. 8028c71 [Sanitizer] use INTERCEPT_FUNCTION(foo) instead of CHECK(INTERCEPT_FUNCTION(foo)) - this check may fail on Linux if user program defines its own version of library function foo by Alexey Samsonov · 12 years ago
  63. 74737d5 [Sanitizer] Add new header - sanitizer_platform_interceptors.h, which should define whether or not given function should be intercepted on a given platform. by Alexey Samsonov · 12 years ago
  64. 8ffd877 [ASan] one more macro for 'read' interception by Alexey Samsonov · 12 years ago
  65. c333dff [ASan] more macro for conditional interception of pread functions by Alexey Samsonov · 12 years ago
  66. 6afa1b0 [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off_t and off64_t). This is done to avoid confusion and to make the code work with compilers that define size_t w/o any includes (MSVC) by Kostya Serebryany · 12 years ago
  67. b1cc4e4 [asan] fix the Android build (pread64 interceptor again) by Kostya Serebryany · 12 years ago
  68. 1f5e23e [ASan] fix compilation on Mac. by Alexander Potapenko · 12 years ago
  69. 6e6a7cf [asan] fix android build and lint by Kostya Serebryany · 12 years ago
  70. 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