Hacker News new | ask | show | jobs
by gpderetta 813 days ago
For OOB you can enable bound checking in the C++ standard library. That's relatively cheap. Of course it won't help with C raw pointers and C array.