|
|
|
|
|
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". |
|