Hacker News new | ask | show | jobs
by google234123 2230 days ago
Sadly, that's typical with static analyzers todays...
1 comments

I like valgrind for this, combined with automated tests it gets decent coverage and finds actual (or at least probable) errors.
Valgrind is also prone to throwing up false positives. I find ASan much better.