1. 450eee6 [msan] Fix invalid origin copying. by Evgeniy Stepanov · 11 years ago
  2. 7c6bd40 [msan] Drain allocator cache when leaving thread. by Evgeniy Stepanov · 11 years ago
  3. effdc7e [msan] Fix origin of deallocated memory. by Evgeniy Stepanov · 11 years ago
  4. 6f34605 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 11 years ago
  5. c154820 [sanitizer] fix code style by Alexey Samsonov · 11 years ago
  6. 0e38a67 [msan] Save/restore va_arg_overflow_tls in signal handlers. by Evgeniy Stepanov · 11 years ago
  7. 91659d5 [msan] Unpoison all TLS shadow when leaving a signal handler. by Evgeniy Stepanov · 11 years ago
  8. 5c48a8c [msan] Allocator statistics interface and malloc hooks. by Evgeniy Stepanov · 11 years ago
  9. 2e75ac9 Move UnpoisonMappedDSO to sanitizer_common. by Peter Collingbourne · 11 years ago
  10. c2918bf [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface by Alexey Samsonov · 11 years ago
  11. 0b4bf4d [msan] Common flags in MSan. by Sergey Matveev · 11 years ago
  12. a897400 [msan] Conditionally disable new() and delete() wrappers. by Evgeniy Stepanov · 11 years ago
  13. 58b52b5 [msan] Options for switching between fast and cfi unwinders in run time. by Evgeniy Stepanov · 11 years ago
  14. 0f92deb [msan] intercept dlopen and clear shadow for it by Reid Kleckner · 11 years ago
  15. 93c2602 [msan] Block reports from interceptors during _Unwind_Backtrace by Reid Kleckner · 12 years ago
  16. efbc435 [msan] Use slow stack unwinder in UMR reports. by Evgeniy Stepanov · 12 years ago
  17. 70c6e3f [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options by Kostya Serebryany · 12 years ago
  18. 12c4693 [msan] Cleanup public interface header. by Evgeniy Stepanov · 12 years ago
  19. 99bf1d7 [msan] Set program exit code in keep-going mode. by Evgeniy Stepanov · 12 years ago
  20. db010da [msan] Refactor report printing. by Evgeniy Stepanov · 12 years ago
  21. 97edeb3 [msan] Fix header comments. by Evgeniy Stepanov · 12 years ago
  22. 78c56c3 [msan] MemorySanitizer runtime. by Evgeniy Stepanov · 12 years ago