top | item 32943553

(no title)

dlundqvist | 3 years ago

This. I personally think ASAN and it's friends are some of, if not the, best things to happen to C/C++ in the last decade. We use it at work, I use it in all my personal projects. We've found "countless" bugs with ASAN together with LSAN.

It should be part any project from the start, run as much as possible with ASAN when the performance hit can be afforded.

discuss

order

thewebcount|3 years ago

Agreed! Likewise, if you're doing anything multithreaded, ThreadSanitizer (TSAN) is a must!