Hacker News new | ask | show | jobs
by astrange 1665 days ago
> Zeroing out freed memory in no way prevents UAFs.

Maybe they meant it zeroes out all the references on free? This is possible if you have a precise GC, although not sure if it's useful.