Re: [PATCH v2] ima/evm: Fix potential memory leak in ima_init_crypto()

From: Mimi Zohar
Date: Tue Jul 12 2022 - 07:40:40 EST


On Tue, 2022-07-12 at 09:10 +0800, Jianglei Nie wrote:
> On failure to allocate the SHA1 tfm, IMA fails to initialize and exits
> without freeing the ima_algo_array. Add the missing kfree() for
> ima_algo_array to avoid the potential memory leak.
>
> Signed-off-by: Jianglei Nie <niejianglei2021@xxxxxxx>

Thanks, Jianglei. This patch is now queued in next-integrity/next-
integrity-testing.

Mimi