UBSan - AshokBhat/notes GitHub Wiki

About

  • Undefined Behavior Sanitizer

LLVM UndefinedBehaviorSanitizer (UBSan)

  • Fast undefined behavior detector
  • Modifies the program at compile-time to catch various kinds of undefined behavior during program execution

See also