Re: [PATCH 5/7] security: Replace get_task_comm() with %pTN

From: Kees Cook
Date: Mon Dec 16 2024 - 19:45:46 EST


On Fri, Dec 13, 2024 at 01:46:08PM +0800, Yafang Shao wrote:
> Since task->comm is guaranteed to be NUL-terminated, we can print it
> directly without the need to copy it into a separate buffer. This
> simplifies the code and avoids unnecessary operations.
>
> Signed-off-by: Yafang Shao <laoar.shao@xxxxxxxxx>

Looks good to me; thanks!

Acked-by: Kees Cook <kees@xxxxxxxxxx>

--
Kees Cook