Hacker News new | ask | show | jobs
by groundzeros2015 19 days ago
C programmer have learned how to deal with memory problems and have whole suites of tools for finding them.

Is it cheaper to find them at compile time rather than runtime? Yes.

But it’s not an unsolved problem. Memory bugs are a known unknown.

1 comments

except that lately we've had a ton of CVE related to memory, so in practice it's not exactly right.
Rust itself has CVEs. Which projects are you referring to?