lysdexic@programming.dev to Rust@programming.devEnglish · 1 year agoMemory Safety is a Red Herringsteveklabnik.comexternal-linkmessage-square36fedilinkarrow-up148arrow-down18cross-posted to: [email protected][email protected]
arrow-up140arrow-down1external-linkMemory Safety is a Red Herringsteveklabnik.comlysdexic@programming.dev to Rust@programming.devEnglish · 1 year agomessage-square36fedilinkcross-posted to: [email protected][email protected]
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up6·1 year agoThe standard differentiates between “unspecified” behavior, which is as you describe, and “undefined” behavior, which may be completely nondeterministic at runtime.
The standard differentiates between “unspecified” behavior, which is as you describe, and “undefined” behavior, which may be completely nondeterministic at runtime.