Re: [PATCH] security:trusted_tpm2: Fix memory leak in tpm2_key_encode()

From: Jarkko Sakkinen
Date: Tue Dec 21 2021 - 03:33:08 EST


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