- Joined
- Mar 20, 2024
I saw that it was due to Rust and even with the limited developer knowledge I have, the first thing I thought was "Wait, isn't the whole point of Rust that it's memory safe?", at least compared to C due to rules at compiling time or something like that?Yes, but C code is just as likely to segfault, so I think Rust didn't do much better. Is it good that Rust guarantees there to be nothing exploitable by a bad actor? Yes. Is it worth bringing down half the Internet? Probably not.