top | item 45923331

(no title)

Inityx | 3 months ago

Not to mention out-of-bounds access, uninitialized memory, invalid type casting, and a ton of insidious sources of undefined behavior

discuss

order

ActorNightly|3 months ago

Most of these will usually make a program crash. Crashes are testable and not a memory safety issue. Exception handling was created specifically to deal with this.