|
|
|
|
|
by AlotOfReading
212 days ago
|
|
You're not fully understanding the issue with memory safety. When you write C or C++, you're promising that you won't violate memory safety at all. That's just a basic requirement of what it means to write in those languages. The graph about reverted code also addresses the "illegible bugs" argument. As for an analyzer, that's what ASAN is. I hope I don't need to explain why that's not a universal solution (even though everyone should be using it). |
|
The post you reply to does not indicate a misunderstanding of memory safety at all. .