Y
Hacker News
new
|
ask
|
show
|
jobs
by
rand0mstring
2261 days ago
is there no way to make C "memory-safe" during compilation?
1 comments
zzzcpan
2261 days ago
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.
link
rand0mstring
2261 days ago
can you link any to check out?
link