1. c2918bf [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface by Alexey Samsonov · 11 years ago
  2. b624606 [sanitizer] Move log_path to common flag and use it in MSan. by Evgeniy Stepanov · 11 years ago
  3. bb881c7 [msan] Add keep_going runtime flag. by Evgeniy Stepanov · 11 years ago
  4. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  5. 2e9ffcb [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. by Evgeniy Stepanov · 11 years ago
  6. f43f602 [msan] Implement __sanitizer_unaligned_*. by Evgeniy Stepanov · 11 years ago
  7. a879f10 [msan] Fix gcc build of msan runtime. by Evgeniy Stepanov · 11 years ago
  8. b36779d [msan] Handle mixed track-origins and keep-going settings (compiler-rt part). by Evgeniy Stepanov · 11 years ago
  9. 2bba4ef [msan] Intercept dl_iterate_phdr. by Evgeniy Stepanov · 11 years ago
  10. 0b4bf4d [msan] Common flags in MSan. by Sergey Matveev · 11 years ago
  11. 11347bf [MSan] Make a few interface functions accept 'const void *' instead of 'void*' by Alexey Samsonov · 11 years ago
  12. a897400 [msan] Conditionally disable new() and delete() wrappers. by Evgeniy Stepanov · 12 years ago
  13. a213ab6 [msan] A runtime option to disable wrapping of signal handlers. by Evgeniy Stepanov · 12 years ago
  14. 9ae2883 [libsanitizer] Unmapping the old cache partially invalidates the memory layout, so add by Alexander Potapenko · 12 years ago
  15. 58b52b5 [msan] Options for switching between fast and cfi unwinders in run time. by Evgeniy Stepanov · 12 years ago
  16. 10fd322 [msan] Increase stack size as required. by Evgeniy Stepanov · 12 years ago
  17. 45717c9 [Sanitizer] Change MemoryMappingLayout methods to also report memory protection flags (for future use in leak checker). Patch by Sergey Matveev. by Alexey Samsonov · 12 years ago
  18. 0f92deb [msan] intercept dlopen and clear shadow for it by Reid Kleckner · 12 years ago
  19. 93c2602 [msan] Block reports from interceptors during _Unwind_Backtrace by Reid Kleckner · 12 years ago
  20. efbc435 [msan] Use slow stack unwinder in UMR reports. by Evgeniy Stepanov · 12 years ago
  21. f35eae8 [msan] Fix ReExec on linux. by Evgeniy Stepanov · 12 years ago
  22. 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
  23. 1d333c5 [msan] add strip_path_prefix flag; print error summary; don't crash while printing summary if debug info is missing. The tests will follow later once we establish the lit-like tests for msan. by Kostya Serebryany · 12 years ago
  24. 859778a [sanitizer] make the error messages from sanitizer_common contain the actual tool name by Kostya Serebryany · 12 years ago
  25. 12c4693 [msan] Cleanup public interface header. by Evgeniy Stepanov · 12 years ago
  26. 6c3ad94 [msan] Remove the trap handler code. by Evgeniy Stepanov · 12 years ago
  27. e9c10e2 [msan] Fix linkage type of __msan_track_origins. by Evgeniy Stepanov · 12 years ago
  28. 99bf1d7 [msan] Set program exit code in keep-going mode. by Evgeniy Stepanov · 12 years ago
  29. 4b48f45 [sanitizer] add statistics to the allocator; fix lint by Kostya Serebryany · 12 years ago
  30. db010da [msan] Refactor report printing. by Evgeniy Stepanov · 12 years ago
  31. 4c9ddc1 [msan] Check for conflicting memory mappings. by Evgeniy Stepanov · 12 years ago
  32. 78c56c3 [msan] MemorySanitizer runtime. by Evgeniy Stepanov · 12 years ago