|
|
|
|
|
by rippercushions
1262 days ago
|
|
Writing the critical parts of a OS kernel in C is sensible. Browser extensions, not so much. As the author notes, they're not just being snobby about languages, the main issue with C from a security POV is the total lack of memory safety and the consequent vulnerability to buffer overflows. |
|
Sure, but C++ also has these issues, so the "not even C++" doesn't exactly make sense.