Hacker News new | ask | show | jobs
by flukus 2235 days ago
I like valgrind for this, combined with automated tests it gets decent coverage and finds actual (or at least probable) errors.
1 comments

Valgrind is also prone to throwing up false positives. I find ASan much better.