Hacker News new | ask | show | jobs
by viraptor 2581 days ago
A few of them. It won't stop logic errors (although enums help here) but it will prevent buffer overflows, use-after-free, some cases of type confusion, uninitialised reads, and a few other problems.