diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2021-05-13 16:27:29 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2021-08-10 15:35:20 +0200 |
commit | 5a6c76b5de59ed508d7cb133327a7c54e77fed97 (patch) | |
tree | a1d29bb94091f9c0f3ef751003169e913b6afb5f /fs/dax.c | |
parent | 61377ec144574313ebfbf31685895a7b9b9b7a9a (diff) | |
download | linux-5a6c76b5de59ed508d7cb133327a7c54e77fed97.tar.bz2 |
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
Diffstat (limited to 'fs/dax.c')
0 files changed, 0 insertions, 0 deletions