Skip to content

Commit

Permalink
updated the typos
Browse files Browse the repository at this point in the history
  • Loading branch information
S4CH authored Sep 16, 2024
1 parent 4a51eef commit 6249643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/bucket-allocators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 caffeinated beverage(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'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!

## The Persistent Threat of UAF Vulnerabilities

Expand All @@ -14,7 +14,7 @@ The tricky thing about UAFs is that they're not just a coding error – they're

## Dedicated Bucket Allocators

Recently, the always-interesting Kees Cook (if you're not following his work, you should be) proposed a new mitigation technique that's got me pretty excited. The core idea? Dedicated bucket allocators for sensitive kernel subsystems.
Recently, Kees Cook (if you're not following his work, you should be) proposed a new mitigation technique that's got me pretty excited. The core idea? Dedicated bucket allocators for sensitive kernel subsystems.

Now, I know what you're thinking, Another allocator? Didn't we just get done with SLUB?

Expand Down

0 comments on commit 6249643

Please sign in to comment.