Re: [PATCH][next] apparmor: Use struct_size() helper in kzalloc()

From: Gustavo A. R. Silva
Date: Fri Oct 01 2021 - 19:45:05 EST


On Fri, Oct 01, 2021 at 04:37:08PM -0700, John Johansen wrote:
> On 9/29/21 3:05 PM, Gustavo A. R. Silva wrote:
> > Make use of the struct_size() helper instead of an open-coded version,
> > in order to avoid any potential type mistakes or integer overflows that,
> > in the worse scenario, could lead to heap overflows.
> >> Link: https://github.com/KSPP/linux/issues/160
> > Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>
>
> nice
>
> I will pull this into my tree
> Acked-by: John Johansen <john.johansen@xxxxxxxxxxxxx>

Thanks, John.

--
Gustavo