1. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  2. eada1a8 [sanitizer] Intercept tmpnam, tmpnam_r, tempnam. by Evgeniy Stepanov · 11 years ago
  3. 3a3805f [sanitizer] Remove pthread_attr_getstackaddr interceptor. by Evgeniy Stepanov · 11 years ago
  4. e46ecb1 [msan] Zerofill initstate_r buffer in random_r test. by Evgeniy Stepanov · 11 years ago
  5. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  6. 719df33 [msan] Separate access and origin blocks in msan reports with an extra whiteline. by Evgeniy Stepanov · 11 years ago
  7. aff25aa [sanitizer] Intercept random_r. by Evgeniy Stepanov · 11 years ago
  8. 10362d6 [sanitizer] Intercept shmctl. by Evgeniy Stepanov · 11 years ago
  9. 1161eb4 [msan] Unpoison errno in common interceptors. by Evgeniy Stepanov · 11 years ago
  10. 450eee6 [msan] Fix invalid origin copying. by Evgeniy Stepanov · 11 years ago
  11. 48ed058 [msan] Change wording in the invalid origin message. by Evgeniy Stepanov · 11 years ago
  12. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  13. 7c6bd40 [msan] Drain allocator cache when leaving thread. by Evgeniy Stepanov · 11 years ago
  14. 285d458 [sanitizer] Intercept initgroups. by Evgeniy Stepanov · 11 years ago
  15. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  16. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  17. ab8bf09 [sanitizer] Fix unpoisoning of msghdr::msg_name in recvmsg interceptor. by Evgeniy Stepanov · 11 years ago
  18. fc81346 [Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common interceptors by Alexey Samsonov · 11 years ago
  19. 7ad195c [msan] Handle origins in __sanitizer_unaligned_(load|store)*. by Evgeniy Stepanov · 11 years ago
  20. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  21. 06cbed8 tsan: use verbosity flag in sanitizer_common code directly by Dmitry Vyukov · 11 years ago
  22. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  23. e910a16 [msan] Remove CallocOverflow test. by Evgeniy Stepanov · 11 years ago
  24. 600d516 [msan] Implement allocator_may_return_null=1 in MemorySanitizer. by Evgeniy Stepanov · 11 years ago
  25. f1d9411 [msan] Test for r192599. by Evgeniy Stepanov · 11 years ago
  26. 2a2dc88 [msan] Remove a long-outdated comment. by Evgeniy Stepanov · 11 years ago
  27. 3f4beff [msan] Intercept strto(d|f|ld)_l and glibc-specific __strto(d|f|ld)_l. by Evgeniy Stepanov · 11 years ago
  28. fa33a8c [msan] Regression test for r192575. by Evgeniy Stepanov · 11 years ago
  29. 064da32 [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with one-frame stack traces by Alexey Samsonov · 11 years ago
  30. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  31. 8cde99f asan/msan: fix "unused function 'OnExit'" warning by Dmitry Vyukov · 11 years ago
  32. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  33. 0586dcc tsan: fix false positive in localtime() by Dmitry Vyukov · 11 years ago
  34. cf39032 [sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone. by Evgeniy Stepanov · 11 years ago
  35. fdf10e2 msan: fix compiler warnings about unused variables by Dmitry Vyukov · 11 years ago
  36. 1394be1 [sanitizer] Intercept backtrace, backtrace_symbols. by Evgeniy Stepanov · 11 years ago
  37. cfc29de [msan] Unpoison argument shadow for C++ module destructors. by Evgeniy Stepanov · 11 years ago
  38. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  39. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 11 years ago
  40. 1e190da [msan] Test for atomic handling in MSan. by Evgeniy Stepanov · 11 years ago
  41. 29296c0 [msan] Fix a WTF in r191196. by Evgeniy Stepanov · 11 years ago
  42. 27ee7a8 [msan] Allow nested symbolizer and loader scopes. by Evgeniy Stepanov · 11 years ago
  43. 6b85945 [MSan] Fix -Wempty-body warning by Alexey Samsonov · 11 years ago
  44. db6d089 [msan] Check return value of main: compiler-rt tests. by Evgeniy Stepanov · 11 years ago
  45. effdc7e [msan] Fix origin of deallocated memory. by Evgeniy Stepanov · 11 years ago
  46. 1effc05 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 11 years ago
  47. 6f34605 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 11 years ago
  48. 7b63608 [msan] Intercept tzset. by Evgeniy Stepanov · 11 years ago
  49. 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
  50. 13c3790 [msan] bool -> int to make msan_interface.h C-compatible. by Evgeniy Stepanov · 11 years ago
  51. bb22942 [msan] Intercept fstatat / fstatat64. by Evgeniy Stepanov · 11 years ago
  52. 639df40 [sanitizer] A bunch of linux system call handlers. by Evgeniy Stepanov · 11 years ago
  53. 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
  54. 650c7d4 [lsan] Colorize LSan reports. by Sergey Matveev · 11 years ago
  55. 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
  56. ec014cc [msan] Another regression test for r189786. by Evgeniy Stepanov · 11 years ago
  57. 2040604 [msan] A regression test for r189785. by Evgeniy Stepanov · 11 years ago
  58. 97160a8 [msan] Intercept memalign, valloc, pvalloc. by Evgeniy Stepanov · 11 years ago
  59. c154820 [sanitizer] fix code style by Alexey Samsonov · 11 years ago
  60. 4c62159 [msan] Remove extra backup/restore calls. by Evgeniy Stepanov · 11 years ago
  61. 544bdfb Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix by Alexey Samsonov · 11 years ago
  62. e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
  63. 0e38a67 [msan] Save/restore va_arg_overflow_tls in signal handlers. by Evgeniy Stepanov · 11 years ago
  64. 91659d5 [msan] Unpoison all TLS shadow when leaving a signal handler. by Evgeniy Stepanov · 11 years ago
  65. e0a8712 [msan] Fix a data race in signal/sigaction interceptors. by Evgeniy Stepanov · 11 years ago
  66. 47177ef [msan] A test for ppoll() interceptor. by Evgeniy Stepanov · 11 years ago
  67. b32d1bf [sanitizer] Simplify sigaction and sigset_t handling. by Evgeniy Stepanov · 11 years ago
  68. 3c531df [msan] Extend VAArgTLSOverwrite test. by Evgeniy Stepanov · 11 years ago
  69. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  70. 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
  71. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  72. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  73. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  74. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  75. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  76. 82821fa [sanitizer] ASan/MSan tests for r187967. by Evgeniy Stepanov · 11 years ago
  77. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  78. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  79. 39d68ed [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors. by Evgeniy Stepanov · 11 years ago
  80. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  81. 5c48a8c [msan] Allocator statistics interface and malloc hooks. by Evgeniy Stepanov · 11 years ago
  82. 08104e6 [msan] Fix unused function warning in the tests. by Evgeniy Stepanov · 11 years ago
  83. 534e2ba [msan] Intercept setenv, putenv. by Evgeniy Stepanov · 11 years ago
  84. 3ff67e6 [msan] Fix msan tests with pipefail option. by Evgeniy Stepanov · 11 years ago
  85. 9d34659 [sanitizer] read() syscall hook. by Evgeniy Stepanov · 11 years ago
  86. 6567092 [msan] Intercept pthread_join. by Evgeniy Stepanov · 11 years ago
  87. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  88. 2e75ac9 Move UnpoisonMappedDSO to sanitizer_common. by Peter Collingbourne · 11 years ago
  89. ce50258 Turn off pipefail on msan tests to match the other sanitizers until by Chandler Carruth · 11 years ago
  90. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  91. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  92. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  93. e43d210 [Sanitizer] Revert some parts of r186109 related to mbstowcs-and-friends interceptors by Alexey Samsonov · 11 years ago
  94. 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  95. 9b21ba6 [sanitizer] Fix handling of edge cases in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  96. 57876cf [sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well. by Evgeniy Stepanov · 11 years ago
  97. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  98. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  99. 8b40073 [sanitizer] Syscall handlers for clock_gettime and clock_getres. by Evgeniy Stepanov · 11 years ago
  100. 737da2f [msan] Intercept pthread_key_create. by Evgeniy Stepanov · 11 years ago