←back to thread

354 points dgl | 1 comments | | HN request time: 0.197s | source
Show context
dwrodri[dead post] ◴[] No.44502622[source]
[flagged]
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 #
1. 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.