diff --git a/content/blog/bucket-allocators.md b/content/blog/bucket-allocators.md index fa8b6810..cb515230 100644 --- a/content/blog/bucket-allocators.md +++ b/content/blog/bucket-allocators.md @@ -4,7 +4,7 @@ date: 2024-09-15T06:30:05Z draft: false --- -Hi, kernel and sec enthusiasts! It's been a while since my last post(2022), but I've got something juicy for you today. We're going to look at a fascinating new proposal for beefing up the Linux kernel's defenses against those pesky use-after-free (UAF) vulnerabilities. Grab your favorite beverage or drink(Try Amul Kool once, Thank me later), because we're about to get our hands dirty with some kernel internals! +Hi, kernel and sec enthusiasts! It's been a while since my last post(2022), but I've got something juicy for you today. We are going to dive into an exciting new proposal that aims to bolster the Linux kernel's defenses against those persistent use-after-free (UAF) vulnerabilities. Grab your favorite beverage or drink(Try Amul Kool once, Thank me later), because we're about to get our hands dirty with some kernel internals! ## The Persistent Threat of UAF Vulnerabilities