Why aren’t you using the various C compiler options that do all the pointer/array bounds checking that the Rust fan bois think are unique to them?
Plus there are the integer overflow checking options that Rust eventually got around to supporting.
Probably worth doing! Recommendations?
I’m a long-time hardcore bounds-checking fan.
Others prefer: -fsanitize=address,undefined,bounds-strict
Why aren’t you using the various C compiler options that do all the pointer/array bounds checking that the Rust fan bois think are unique to them?
Plus there are the integer overflow checking options that Rust eventually got around to supporting.
Probably worth doing! Recommendations?
I’m a long-time hardcore bounds-checking fan.
Others prefer: -fsanitize=address,undefined,bounds-strict