[PATCH] ima: Fix misuse of dereference of pointer in template_desc_init_fields()

Mimi Zohar zohar at linux.ibm.com
Wed Nov 16 16:54:01 UTC 2022


On Mon, 2022-11-14 at 08:37 +0000, Roberto Sassu wrote:
> > From: Xiujianfeng
> > Sent: Saturday, November 12, 2022 10:27 AM
> > The input parameter @fields is type of struct ima_template_field ***, so
> > when allocates array memory for @fields, the size of element should be
> > sizeof(**field) instead of sizeof(*field).
> > 
> > Actually the original code would not cause any runtime error, but it's
> > better to make it logically right.
> > 
> > Fixes: adf53a778a0a ("ima: new templates management mechanism")
> > Signed-off-by: Xiu Jianfeng <xiujianfeng at huawei.com>
> 
> Reviewed-by: Roberto Sassu <roberto.sassu at huawei.com>

Thanks, applied.

Mimi



More information about the Linux-security-module-archive mailing list