Hacker News new | ask | show | jobs
by Filligree 1508 days ago
How does Hare prevent use-after-free, then? I'd welcome an explanation.
1 comments

Hare does not prevent use-after-free, but it does prevent many other kinds of bugs which are common in C. I will go into greater detail in another blog post.