Skip to content

Memory Sanitizer

A Bhat edited this page Feb 22, 2020 · 4 revisions

About

LLVM MemorySanitizer

  • MemorySanitizer (MSan) is a detector of uninitialized memory reads in C/C++ programs.
  • Similar to Valgrind MemCheck tool

See also

Clone this wiki locally