Phoronix

<< Back to the feed

LLVM Merges TySan As Sanitizer For Type-Based Aliasing Violations

Actions: [ Mark as unread ] [ Delete article ][ << Older article ] [ Newer article >> ]
Original URL: https://www.phoronix.com/news/LLVM-Merge-TySan-Type-Sanitizer

The LLVM compiler stack offers a number of sanitizers like the AddressSanitizer, MemorySanitizer, UndefinedBehaviorSanitizer, and others for detecting different coding issues like data races, memory addressing issues, use of uninitialized memory, and more. The newest sanitizer addition to LLVM mainline is TySan as a Type Sanitizer...

Posted on:2024-12-17 14:56:11

Still in Beta stage. Source on GitHub.