Re: [PATCH] pstore/zone: Don't clear memory twice
From: Kees Cook
Date: Sat Mar 09 2024 - 15:34:05 EST
On Sat, 09 Mar 2024 09:24:27 +0100, Christophe JAILLET wrote:
> There is no need to call memset(..., 0, ...) on memory allocated by
> kcalloc(). It is already zeroed.
>
> Remove the redundant call.
>
>
Applied to for-next/pstore, thanks!
[1/1] pstore/zone: Don't clear memory twice
https://git.kernel.org/kees/c/c8d25d696f52
Take care,
--
Kees Cook