Re: [PATCH v2] integrity: Fix memory leakage in keyring allocation error path

From: Mimi Zohar
Date: Wed Nov 16 2022 - 11:55:42 EST


On Fri, 2022-11-11 at 18:13 +0800, GUO Zihua wrote:
> Key restriction is alloced in integrity_init_keyring(). However, if
> keyring allocation failed, it is not freed, causing memory leaks.
>
> Fixes: 2b6aa412ff23 ("KEYS: Use structure to capture key restriction function and data")
> Signed-off-by: GUO Zihua <guozihua@xxxxxxxxxx>

Thanks, applied.

Mimi