|
|
|
|
|
by pornel
4 days ago
|
|
Additionally, integer overflow is less immediately dangerous in Rust, because buffer access is bounds-checked after the arithmetic. You can still get some logic bugs that eventually lead to vulnerabilities, but it's not an arbitrary memory write gadget. |
|
IMHO better C tooling would be a far better investment than rewriting in Rust.