Re: [PATCH] security:trusted_tpm2: Fix memory leak in tpm2_key_encode()
From: Jarkko Sakkinen <jarkko@kernel.org>
Date: 2021-12-21 08:33:07
Also in:
keyrings, linux-security-module, lkml
From: Jarkko Sakkinen <jarkko@kernel.org>
Date: 2021-12-21 08:33:07
Also in:
keyrings, linux-security-module, lkml
On Sun, Dec 12, 2021 at 09:54:03PM +0800, Jianglei Nie wrote:
Line 36 (#1) allocates a memory chunk for scratch by kmalloc(), but it is never freed through the function, which will lead to a memory leak.
through the function => in the implementation Also, "line 36" is a relative to something, right? What is it? /Jarkko