|
|
|
|
|
by gsnedders
3139 days ago
|
|
> there is no way a developer can write a code in Rust that causes segfaults ( atleast language promises that ). Well, you can very easily: write bad code in unsafe blocks. That said, your badness is contained within unsafe blocks, so hopefully you have much less code to closely review. |
|