genirq/generic_chip: Use struct_size() in kzalloc()
authorGustavo A. R. Silva <gustavoars@kernel.org>
Thu, 13 May 2021 21:27:29 +0000 (16:27 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Aug 2021 13:35:20 +0000 (15:35 +0200)
commit5a6c76b5de59ed508d7cb133327a7c54e77fed97
treea1d29bb94091f9c0f3ef751003169e913b6afb5f
parent61377ec144574313ebfbf31685895a7b9b9b7a9a
genirq/generic_chip: Use struct_size() in kzalloc()

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 worst scenario, could lead to heap overflows.

This code was detected with the help of Coccinelle and, audited and
fixed manually.

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210513212729.GA214145@embeddedor
kernel/irq/generic-chip.c