|
|
|
|
|
by steveklabnik
1010 days ago
|
|
> Only when Rust will change the default to keep all run-time checks also in release builds, it will be able to claim that by default it is safer than C. Which checks are you thinking of? The only thing that comes to mind is that integer overflow wraps instead of panics, but given that bounds are checked, it is still going to be a panic or logic bug rather than a buffer overflow. |
|