Hacker News new | past | comments | ask | show | jobs | submit login

Not really. Not all memory safety violations result in segfaults, and not all segfaults are the result of memory safety violations.



Which segfaults are NOT the result of memory safety violations?


Uh, most? Memory safety is about data races and concurrent access violations. De-referencing a nil pointer isn't a memory safety violation, for example. But I guess if you re-define memory safety to mean anything that can produce a segfault then sure.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: