Y
Hacker News
new
|
ask
|
show
|
jobs
by
google234123
2230 days ago
Sadly, that's typical with static analyzers todays...
1 comments
flukus
2229 days ago
I like valgrind for this, combined with automated tests it gets decent coverage and finds actual (or at least probable) errors.
link
unmole
2229 days ago
Valgrind is also prone to throwing up false positives. I find ASan much better.
link