Hacker News new | ask | show | jobs
by roca 1199 days ago
Unsigned integer overflow is not undefined behavior in C++ so won't be caught by UBSan.

Also, UBSan is more overhead than turning on Rust's overflow checking.