Memory Sanitizer - AshokBhat/notes GitHub Wiki

About

LLVM MemorySanitizer

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

See also