Comment by IshKebab
5 days ago
When they say "it crashed" they probably mean it panicked or just failed to render; not a segfault.
Most languages have a way of saying "I haven't handled this case yet; just exit the program if you get here".
5 days ago
When they say "it crashed" they probably mean it panicked or just failed to render; not a segfault.
Most languages have a way of saying "I haven't handled this case yet; just exit the program if you get here".
Rust also doesn’t consider DOS a failure condition.
Reading an invalid index, thats a panic.