|
|
|
|
|
by eqvinox
1115 days ago
|
|
The problem with C and buffer overflows isn't that you can't guard against them, or that there is no existing, reusable code to do so — it's that none of this functionality is standardized. Adding another one to the existing 41383 ways of doing this is in fact the exact opposite of what's needed. Ideally C needs one way of doing this, and that would be described in the standard. But that's not how C "rolls", and we'll never get that. So I guess we now have 41384 ways to do buffer overflow guards. |
|