Hacker News new | ask | show | jobs
by rand0mstring 2261 days ago
is there no way to make C "memory-safe" during compilation?
1 comments

There are a bunch of research projects that did just that. And even just compiling with address sanitizer makes it "memory-safe" to a significant degree.
can you link any to check out?