Re: [PATCH v1 1/3] kallsyms: avoid hardcoding the buffer size

From: Miguel Ojeda
Date: Fri May 06 2022 - 01:26:59 EST


On Fri, May 6, 2022 at 1:46 AM Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> No need to repeat the sizing:
>
> fgets(name, sizeof(name), in)

Definitely.

> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

Thanks for the three reviews!

Cheers,
Miguel