1. 2a2dc88 [msan] Remove a long-outdated comment. by Evgeniy Stepanov · 11 years ago
  2. 3f4beff [msan] Intercept strto(d|f|ld)_l and glibc-specific __strto(d|f|ld)_l. by Evgeniy Stepanov · 11 years ago
  3. fa33a8c [msan] Regression test for r192575. by Evgeniy Stepanov · 11 years ago
  4. 064da32 [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with one-frame stack traces by Alexey Samsonov · 11 years ago
  5. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  6. 8cde99f asan/msan: fix "unused function 'OnExit'" warning by Dmitry Vyukov · 11 years ago
  7. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  8. 0586dcc tsan: fix false positive in localtime() by Dmitry Vyukov · 11 years ago
  9. cf39032 [sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone. by Evgeniy Stepanov · 11 years ago
  10. fdf10e2 msan: fix compiler warnings about unused variables by Dmitry Vyukov · 11 years ago
  11. 1394be1 [sanitizer] Intercept backtrace, backtrace_symbols. by Evgeniy Stepanov · 11 years ago
  12. cfc29de [msan] Unpoison argument shadow for C++ module destructors. by Evgeniy Stepanov · 11 years ago
  13. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  14. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 11 years ago
  15. 1e190da [msan] Test for atomic handling in MSan. by Evgeniy Stepanov · 11 years ago
  16. 29296c0 [msan] Fix a WTF in r191196. by Evgeniy Stepanov · 11 years ago
  17. 27ee7a8 [msan] Allow nested symbolizer and loader scopes. by Evgeniy Stepanov · 11 years ago
  18. 6b85945 [MSan] Fix -Wempty-body warning by Alexey Samsonov · 11 years ago
  19. db6d089 [msan] Check return value of main: compiler-rt tests. by Evgeniy Stepanov · 11 years ago
  20. effdc7e [msan] Fix origin of deallocated memory. by Evgeniy Stepanov · 11 years ago
  21. 1effc05 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 11 years ago
  22. 6f34605 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 11 years ago
  23. 7b63608 [msan] Intercept tzset. by Evgeniy Stepanov · 11 years ago
  24. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  25. 13c3790 [msan] bool -> int to make msan_interface.h C-compatible. by Evgeniy Stepanov · 11 years ago
  26. bb22942 [msan] Intercept fstatat / fstatat64. by Evgeniy Stepanov · 11 years ago
  27. 639df40 [sanitizer] A bunch of linux system call handlers. by Evgeniy Stepanov · 11 years ago
  28. 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
  29. 650c7d4 [lsan] Colorize LSan reports. by Sergey Matveev · 11 years ago
  30. 68c016a ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. by Alexey Samsonov · 11 years ago
  31. ec014cc [msan] Another regression test for r189786. by Evgeniy Stepanov · 11 years ago
  32. 2040604 [msan] A regression test for r189785. by Evgeniy Stepanov · 11 years ago
  33. 97160a8 [msan] Intercept memalign, valloc, pvalloc. by Evgeniy Stepanov · 11 years ago
  34. c154820 [sanitizer] fix code style by Alexey Samsonov · 11 years ago
  35. 4c62159 [msan] Remove extra backup/restore calls. by Evgeniy Stepanov · 11 years ago
  36. 544bdfb Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix by Alexey Samsonov · 11 years ago
  37. e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
  38. 0e38a67 [msan] Save/restore va_arg_overflow_tls in signal handlers. by Evgeniy Stepanov · 11 years ago
  39. 91659d5 [msan] Unpoison all TLS shadow when leaving a signal handler. by Evgeniy Stepanov · 11 years ago
  40. e0a8712 [msan] Fix a data race in signal/sigaction interceptors. by Evgeniy Stepanov · 11 years ago
  41. 47177ef [msan] A test for ppoll() interceptor. by Evgeniy Stepanov · 11 years ago
  42. b32d1bf [sanitizer] Simplify sigaction and sigset_t handling. by Evgeniy Stepanov · 11 years ago
  43. 3c531df [msan] Extend VAArgTLSOverwrite test. by Evgeniy Stepanov · 11 years ago
  44. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  45. 3c80c6c Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used by Timur Iskhodzhanov · 11 years ago
  46. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  47. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  48. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  49. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  50. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  51. 82821fa [sanitizer] ASan/MSan tests for r187967. by Evgeniy Stepanov · 11 years ago
  52. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  53. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  54. 39d68ed [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors. by Evgeniy Stepanov · 11 years ago
  55. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  56. 5c48a8c [msan] Allocator statistics interface and malloc hooks. by Evgeniy Stepanov · 11 years ago
  57. 08104e6 [msan] Fix unused function warning in the tests. by Evgeniy Stepanov · 11 years ago
  58. 534e2ba [msan] Intercept setenv, putenv. by Evgeniy Stepanov · 11 years ago
  59. 3ff67e6 [msan] Fix msan tests with pipefail option. by Evgeniy Stepanov · 11 years ago
  60. 9d34659 [sanitizer] read() syscall hook. by Evgeniy Stepanov · 11 years ago
  61. 6567092 [msan] Intercept pthread_join. by Evgeniy Stepanov · 11 years ago
  62. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  63. 2e75ac9 Move UnpoisonMappedDSO to sanitizer_common. by Peter Collingbourne · 11 years ago
  64. ce50258 Turn off pipefail on msan tests to match the other sanitizers until by Chandler Carruth · 11 years ago
  65. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  66. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  67. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  68. e43d210 [Sanitizer] Revert some parts of r186109 related to mbstowcs-and-friends interceptors by Alexey Samsonov · 11 years ago
  69. 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  70. 9b21ba6 [sanitizer] Fix handling of edge cases in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  71. 57876cf [sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well. by Evgeniy Stepanov · 11 years ago
  72. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  73. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  74. 8b40073 [sanitizer] Syscall handlers for clock_gettime and clock_getres. by Evgeniy Stepanov · 11 years ago
  75. 737da2f [msan] Intercept pthread_key_create. by Evgeniy Stepanov · 11 years ago
  76. ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
  77. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  78. 353c996 [msan] Intercept mempcpy, wmempcpy. by Evgeniy Stepanov · 11 years ago
  79. 906f2c1 [sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit. by Evgeniy Stepanov · 11 years ago
  80. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  81. 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
  82. 4bbbe13 [msan] Intercept stpcpy. by Evgeniy Stepanov · 11 years ago
  83. 9eedf48 [sanitizer] Intercept getnameinfo. by Evgeniy Stepanov · 11 years ago
  84. fe18723 Define the path to llvm-symbolizer tool in a common config to reduce copy-paste by Alexey Samsonov · 11 years ago
  85. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  86. 263800b [msan] Optionally disable 2 tests (dlopen & gethostbyname). by Evgeniy Stepanov · 11 years ago
  87. c2918bf [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface by Alexey Samsonov · 11 years ago
  88. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  89. b624606 [sanitizer] Move log_path to common flag and use it in MSan. by Evgeniy Stepanov · 11 years ago
  90. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  91. 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
  92. b8e323e [msan] Unpoison param-tls in signal handler wrapper. by Evgeniy Stepanov · 11 years ago
  93. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  94. 0797ed4 [msan] Intercept (v)asprintf. by Evgeniy Stepanov · 11 years ago
  95. bb881c7 [msan] Add keep_going runtime flag. by Evgeniy Stepanov · 11 years ago
  96. 7575e0a [MSan] don't add msan unit tests to check-msan command if libcxx is not checked out by Alexey Samsonov · 11 years ago
  97. 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
  98. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  99. 06f069a Simplify lit configs for asan/lsan/msan unit tests by Alexey Samsonov · 11 years ago
  100. ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago