1. 89d1eee [sanitizer] Fix struct ifconf definition on Mac and restore the size checks. by Evgeniy Stepanov · 11 years ago
  2. 22ec6d9 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  3. b588bfd [sanitizer] Fix build on RHEL 6.3, 6.4. by Evgeniy Stepanov · 11 years ago
  4. 7028c1e [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  5. 5ec4741 [sanitizer] Remove a set of deprecated ioctls. by Evgeniy Stepanov · 11 years ago
  6. 7965e95 [sanitizer] Replace ext2_ ioctls with generic fs_ ioctls. by Evgeniy Stepanov · 11 years ago
  7. 2557a1b [sanitizer] Symbolic ioctl names. by Evgeniy Stepanov · 11 years ago
  8. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  9. 1d89b67 Reverting r183529: by Bill Wendling · 11 years ago
  10. 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
  11. 4ce6f79 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  12. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  13. 00c35cf [sanitizer] Fix wrong size of addrinfo::ai_addrlen. by Evgeniy Stepanov · 11 years ago
  14. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  15. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  16. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  17. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  18. 0228452 [sanitizer] Fix gcc build. by Evgeniy Stepanov · 11 years ago
  19. 1aad6b5 [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor. by Evgeniy Stepanov · 11 years ago
  20. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  21. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  22. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  23. 4fb04a8 [sanitizer] Android lacks ucontext_t definition. by Evgeniy Stepanov · 11 years ago
  24. 0727702 [sanitizer] Use ucontext_t instead of "struct ucontext". by Evgeniy Stepanov · 11 years ago
  25. 06658ea [msan] Unpoison siginfo_t and ucontext_t in signal handlers. by Evgeniy Stepanov · 11 years ago
  26. 46f9395 [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines by Alexey Samsonov · 11 years ago
  27. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  28. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  29. e4cded9 [sanitizer] No dirent64 on Android. by Evgeniy Stepanov · 11 years ago
  30. e4af4d2 [msan] Add changes missing from r177065. by Evgeniy Stepanov · 11 years ago
  31. 10fd322 [msan] Increase stack size as required. by Evgeniy Stepanov · 11 years ago
  32. b711ca6 [sanitizer] Fix Android build. by Evgeniy Stepanov · 12 years ago
  33. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago[Renamed (66%) from lib/msan/msan_platform_limits_posix.cc]
  34. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  35. e03345b [msan] More interceptors. by Evgeniy Stepanov · 12 years ago
  36. 7b719df [msan] Improve recvfrom interceptor. by Evgeniy Stepanov · 12 years ago
  37. 2da893a [msan] Remove an extra semicolon. by Evgeniy Stepanov · 12 years ago
  38. 78c56c3 [msan] MemorySanitizer runtime. by Evgeniy Stepanov · 12 years ago