https://bugzilla.kernel.org/show_bug.cgi?id=210503
--- Comment #1 from Andrey Konovalov (
andre...@gmail.com) ---
Case in point of adding page_alloc redzones:
https://cyberstan.co.uk/fuse-readdir-oob/
Easiest implementation would be to use one of each two buddies for the redzone,
but that would result in 2x memory usage.
Possibly, we can use smaller/adaptive redzones, but then gotta make sure that
each two neighboring allocations (no matter the size) have a redzone between
them throughout the allocator's lifetime.
--
You may reply to this email to add a comment.