Hacker News new | ask | show | jobs
by WalterBright 496 days ago
The top memory safety bugs in shipped code for C and C++ are out of bounds array indexing.
1 comments

Are you sure? I generally see more use-after-free and other lifetime issues.
Every survey I've seen corroborated it.