Hacker News new | ask | show | jobs
by Lerc 1645 days ago
What does "use after free" mean in a garbage collected environment? Isn't the purpose of GC to automatically free after last use.
1 comments

It means the GC design is fundamentally broken.