Hacker News new | ask | show | jobs
by chlorion 1317 days ago
Bounds checking would have prevented this outright.

Bounds checking has been standard in every language other than C since 1970, but for some reason C programmers refuse to use it, normally using arguments like "just make sure the indexes are correct", which is basically "just don't write bugs".

1 comments

Bounds checking in systems languages precedes C for a decade, making it worse their decision to ignore it.