Y
Hacker News
new
|
ask
|
show
|
jobs
by
snnn
864 days ago
If you only test buffer overruns, VC++ static analyzer + SAL2 can do an excellent job on this. Basically if you annotate every pointer with a length, the compiler can tell you if a pointer arithmetic is safe or not.