logoalt Hacker News

afdbcreidyesterday at 10:38 PM0 repliesview on HN

It is an allocation bug, it's a use-after-free. It's only a UAF if you actually have a reallocation (something that happens in the given example), but debug allocators don't require you to annotate your code.