Y
Hacker News
new
|
ask
|
show
|
jobs
by
TwoBit
4450 days ago
VC++ analysis is useful aside from the fact that it mistakenly thinks every pointer usage is a potential null pointer, but I've gotten better results with clang static analysis.
1 comments
marshray
4449 days ago
Every pointer
is
potentially null, until proven otherwise (which in the general case means solving the halting problem).
link