lysdexic@programming.dev to Rust@programming.devEnglish · 1 year agoMemory Safety is a Red Herringsteveklabnik.comexternal-linkmessage-square49fedilinkarrow-up149arrow-down17cross-posted to: hackernews@derp.foo
arrow-up142arrow-down1external-linkMemory Safety is a Red Herringsteveklabnik.comlysdexic@programming.dev to Rust@programming.devEnglish · 1 year agomessage-square49fedilinkcross-posted to: hackernews@derp.foo
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.