I’ve kept notes for years in private files and scattered documents. This is my attempt to move some of that into the open.
...Read allA use-after-free (UAF) bug is what it sounds like: a program frees a chunk of memory, then keeps using a pointer that still refers to it. The pointer is now dangling — it points at an address the allocator considers free.
...Read all