diff options
author | 2022-01-24 15:43:47 -0600 | |
---|---|---|
committer | 2022-01-25 12:59:18 +0000 | |
commit | 10cdc794dae890fb3149e90854e8440cf5bf615e (patch) | |
tree | 8a50f94f1acabc79df33678f671a47f4c83c84dd /tools/perf/scripts/python | |
parent | r8169: use new PM macros (diff) | |
download | linux-dev-10cdc794dae890fb3149e90854e8440cf5bf615e.tar.xz linux-dev-10cdc794dae890fb3149e90854e8440cf5bf615e.zip |
net: mana: Use struct_size() helper in mana_gd_create_dma_region()
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.
Also, address the following sparse warnings:
drivers/net/ethernet/microsoft/mana/gdma_main.c:677:24: warning: using sizeof on a flexible structure
Link: https://github.com/KSPP/linux/issues/174
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions