Comment by ndesaulniers
8 years ago
I've yet to learn a language where not handling exceptional cases properly did not result in a bug.
8 years ago
I've yet to learn a language where not handling exceptional cases properly did not result in a bug.
The point is not the absence of bugs. In a memory safe language, usually a bug doesn't lead in leaking the content of freed memory.