Project for porting C to Rust gains Mozilla's backing (InfoWorld)
Project for porting C to Rust gains Mozilla's backing (InfoWorld)
Posted Nov 3, 2016 13:21 UTC (Thu) by TomH (subscriber, #56149)In reply to: Project for porting C to Rust gains Mozilla's backing (InfoWorld) by kevincox
Parent article: Project for porting C to Rust gains Mozilla's backing (InfoWorld)
I think you've confused yourself - unsigned integer overflow is defined in C (it wraps). It is signed integer overflow that is undefined.
