←back to thread

348 points dgl | 3 comments | | HN request time: 0.467s | source
Show context
dwrodri[dead post] ◴[] No.44502622[source]
[flagged]
1. alexvitkov ◴[] No.44502788[source]
We keep getting RCEs in C because tons of useful programs are written in C. If someone writes a useful program in Rust, we'll get RCEs in Rust.
replies(2): >>44503167 #>>44504743 #
2. dietr1ch ◴[] No.44503167[source]
It's not that only C programs are useful. It's that subtle mistakes on C result in more catastrophic vulnerabilities.

Make a mistake in application code in a language like, say Java, and you'll end up with an exception.

3. umanwizard ◴[] No.44504743[source]
There are a lot of useful programs written in Rust nowadays. This comment might have made more sense like 5 years ago.