1. 9d34659 [sanitizer] read() syscall hook. by Evgeniy Stepanov · 11 years ago
  2. 6567092 [msan] Intercept pthread_join. by Evgeniy Stepanov · 11 years ago
  3. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  4. 2e75ac9 Move UnpoisonMappedDSO to sanitizer_common. by Peter Collingbourne · 11 years ago
  5. ce50258 Turn off pipefail on msan tests to match the other sanitizers until by Chandler Carruth · 11 years ago
  6. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  7. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  8. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  9. e43d210 [Sanitizer] Revert some parts of r186109 related to mbstowcs-and-friends interceptors by Alexey Samsonov · 11 years ago
  10. 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  11. 9b21ba6 [sanitizer] Fix handling of edge cases in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  12. 57876cf [sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well. by Evgeniy Stepanov · 11 years ago
  13. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  14. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  15. 8b40073 [sanitizer] Syscall handlers for clock_gettime and clock_getres. by Evgeniy Stepanov · 11 years ago
  16. 737da2f [msan] Intercept pthread_key_create. by Evgeniy Stepanov · 11 years ago
  17. ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
  18. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  19. 353c996 [msan] Intercept mempcpy, wmempcpy. by Evgeniy Stepanov · 11 years ago
  20. 906f2c1 [sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit. by Evgeniy Stepanov · 11 years ago
  21. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  22. 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
  23. 4bbbe13 [msan] Intercept stpcpy. by Evgeniy Stepanov · 11 years ago
  24. 9eedf48 [sanitizer] Intercept getnameinfo. by Evgeniy Stepanov · 11 years ago
  25. fe18723 Define the path to llvm-symbolizer tool in a common config to reduce copy-paste by Alexey Samsonov · 11 years ago
  26. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  27. 263800b [msan] Optionally disable 2 tests (dlopen & gethostbyname). by Evgeniy Stepanov · 11 years ago
  28. c2918bf [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface by Alexey Samsonov · 11 years ago
  29. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  30. b624606 [sanitizer] Move log_path to common flag and use it in MSan. by Evgeniy Stepanov · 11 years ago
  31. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  32. 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
  33. b8e323e [msan] Unpoison param-tls in signal handler wrapper. by Evgeniy Stepanov · 11 years ago
  34. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  35. 0797ed4 [msan] Intercept (v)asprintf. by Evgeniy Stepanov · 11 years ago
  36. bb881c7 [msan] Add keep_going runtime flag. by Evgeniy Stepanov · 11 years ago
  37. 7575e0a [MSan] don't add msan unit tests to check-msan command if libcxx is not checked out by Alexey Samsonov · 11 years ago
  38. 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
  39. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  40. 06f069a Simplify lit configs for asan/lsan/msan unit tests by Alexey Samsonov · 11 years ago
  41. ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago
  42. 2e9ffcb [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. by Evgeniy Stepanov · 11 years ago
  43. f43f602 [msan] Implement __sanitizer_unaligned_*. by Evgeniy Stepanov · 11 years ago
  44. a879f10 [msan] Fix gcc build of msan runtime. by Evgeniy Stepanov · 11 years ago
  45. b36779d [msan] Handle mixed track-origins and keep-going settings (compiler-rt part). by Evgeniy Stepanov · 11 years ago
  46. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  47. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  48. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  49. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  50. 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
  51. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  52. 3538eb8 [sanitizer] Improve getaddrinfo interceptor. by Evgeniy Stepanov · 11 years ago
  53. 6ac157d [msan] Change report header to be more alike to ASan and TSan. by Evgeniy Stepanov · 11 years ago
  54. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  55. 5b2afc3 [msan] Fix line >80 chars. by Evgeniy Stepanov · 11 years ago
  56. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  57. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  58. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  59. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  60. 4d1b383 [MSan] Add empty default blacklist for MSan by Alexey Samsonov · 11 years ago
  61. e6c62f2 [msan] Replace GetArgv hack with something that is slightly better. by Evgeniy Stepanov · 11 years ago
  62. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  63. 0c547de [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library by Peter Collingbourne · 11 years ago
  64. 1aad6b5 [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor. by Evgeniy Stepanov · 11 years ago
  65. 2bba4ef [msan] Intercept dl_iterate_phdr. by Evgeniy Stepanov · 11 years ago
  66. 84b35c4 Add sanitizer syscall hooks to the tool's export lists. by Evgeniy Stepanov · 11 years ago
  67. 0b4bf4d [msan] Common flags in MSan. by Sergey Matveev · 11 years ago
  68. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  69. 11347bf [MSan] Make a few interface functions accept 'const void *' instead of 'void*' by Alexey Samsonov · 11 years ago
  70. b6c8e47 [msan] Unpoison the result of posix_memalign. by Evgeniy Stepanov · 11 years ago
  71. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  72. 7cdae16 [msan] Allow clock_getres(, 0). by Evgeniy Stepanov · 11 years ago
  73. b921bf2 [msan] Fix gcc build of msan_test. by Evgeniy Stepanov · 11 years ago
  74. 6d0b7f6 [msan] Fix sigaction test. by Evgeniy Stepanov · 11 years ago
  75. e865045 [msan] Really disable replacement new and delete. by Evgeniy Stepanov · 11 years ago
  76. f1faf5d [MSan] Demangle function name in description of stack origin by Alexey Samsonov · 11 years ago
  77. d10d2d7 [MSan] don't build tests with -fPIE/-pie, as these flags are implied by -fsanitize=memory now by Alexey Samsonov · 11 years ago
  78. 2a529ad Explicitly list all sanitizer headers in CMake build rules. Make sure sanitizer lit_tests depend on fresh headers. by Alexey Samsonov · 11 years ago
  79. 2887a64 [sanitizer] Syscall hooks. by Evgeniy Stepanov · 11 years ago
  80. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  81. a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 11 years ago
  82. 134fe8a [msan] Interceptors for pipe2 and socketpair. by Evgeniy Stepanov · 11 years ago
  83. fef6605 [msan] Intercept time(). by Evgeniy Stepanov · 11 years ago
  84. 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
  85. cd3049d [msan] Fix sigaction interceptor. by Evgeniy Stepanov · 11 years ago
  86. a897400 [msan] Conditionally disable new() and delete() wrappers. by Evgeniy Stepanov · 11 years ago
  87. a213ab6 [msan] A runtime option to disable wrapping of signal handlers. by Evgeniy Stepanov · 11 years ago
  88. 7ed46ff [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 by Alexey Samsonov · 11 years ago
  89. 0727702 [sanitizer] Use ucontext_t instead of "struct ucontext". by Evgeniy Stepanov · 11 years ago
  90. 06658ea [msan] Unpoison siginfo_t and ucontext_t in signal handlers. by Evgeniy Stepanov · 11 years ago
  91. 583025d [sanitizer] while doing fast unwinding make sure that the frame pointer is aligned; fix lint by Kostya Serebryany · 11 years ago
  92. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  93. 9ae2883 [libsanitizer] Unmapping the old cache partially invalidates the memory layout, so add by Alexander Potapenko · 11 years ago
  94. a06fe91 Build and install .syms files alongside sanitizer runtimes. These are used to by Richard Smith · 11 years ago
  95. 6c503b9 [msan] Handle dlopen() failure in dlopen interceptor. by Evgeniy Stepanov · 11 years ago
  96. 6e5ff89 [msan] Move test main and gtest include to separate files. by Evgeniy Stepanov · 11 years ago
  97. 86b5722 [msan] Place dlopen in an anon namespace. by Evgeniy Stepanov · 11 years ago
  98. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  99. b9bf700 [sanitizer] Don't adjust the size of the user-allocated stack. by Evgeniy Stepanov · 11 years ago
  100. d97a15a [msan] Intercept readdir64. by Evgeniy Stepanov · 11 years ago