Hacker News new | ask | show | jobs
by jacobush 2027 days ago
Still, it would eliminate a whole class of bugs, even with insecure languages such as C.
1 comments

It may eliminate a whole class of vulnerabilities, not bugs - the bugs would still be there (the program would not behave as expected), but they may not be usable anymore for arbitrary code execution or data smuggling.
True. Still, it should be easier to find and fix the problem if triggering the makes the program reliably terminate.