Comment by jackmott
8 years ago
>with a memory safe language and prevented all issues like that from ever happening.
drastically reduced, but not quite ever. For instance, use a GC language, especially in this domain, you might do some data pooling to reduce GC overhead. Maybe you forget to clear data in the pool. Same kind of error can result.
But yes, I feel like security sensitive stuff like this shouldn't be done in C / C++ any more.
No comments yet
Contribute on Hacker News ↗