Re: [PATCH v2] ima/evm: Fix potential memory leak in ima_init_crypto()
From: Mimi Zohar <zohar@linux.ibm.com>
Date: 2022-07-12 11:40:40
Also in:
linux-integrity, lkml
From: Mimi Zohar <zohar@linux.ibm.com>
Date: 2022-07-12 11:40:40
Also in:
linux-integrity, lkml
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 <redacted>
Thanks, Jianglei. This patch is now queued in next-integrity/next- integrity-testing. Mimi