Hacker News new | ask | show | jobs
by pjmlp 2221 days ago
Has Zig already sorted out the use-after-free story?
1 comments

No, and as far as I am aware it makes no attempt to do so other than some allocators overwriting freed memory with a known signature in debug modes so the problem is more obvious.