Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This may be true, but the minimum unsafe code still seems not that small. Maybe I just had bad luck, but one of the first things I looked at more closely was an implementation of a matrix transpose in Rust (as an example of something relevant to my problem domain) and that directly used unsafe Rust to be reasonably fast and then already had a CVE. This was a revealing experience because was just the same type of bug you might have had in similar C code, but in a language where countless people insist that this "can not happen".


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

Search: