Re: [PATCH] eventpoll: fix use-after-free in clear_tfile_check_list()
From: Deepanshu Kartikey
Date: Fri May 29 2026 - 00:17:06 EST
On Thu, May 28, 2026 at 6:12 PM Christian Brauner <brauner@xxxxxxxxxx> wrote:
> Better than the other fix but I'm really confused about this define...
Good point — EP_UNACTIVE_PTR is already the sentinel used elsewhere in
this file for the same kind of "inactive slot" semantics, no reason to
add a new name.
I'll reuse it directly and send v2.
Thanks
Deepanshu