Re: [PATCH][next] net/sched: cls_u32: Use struct_size() in kzalloc()

From: David Miller
Date: Fri Jun 19 2020 - 23:20:11 EST


From: "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx>
Date: Thu, 18 Jun 2020 09:53:42 -0500

> Make use of the struct_size() helper instead of an open-coded version
> in order to avoid any potential type mistakes.
>
> This code was detected with the help of Coccinelle and, audited and
> fixed manually.
>
> Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>

Applied.