diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2022-01-25 11:01:28 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-01-26 16:35:34 +0000 |
commit | 70b3c38b4c83386b714935489cf99359dc6f0da4 (patch) | |
tree | e670fa20c54c5e7092cf8d8e3723902dcff68bfc /net/unix/sysctl_net_unix.c | |
parent | 5fd16021578ecb290a51368bd9d19b2963f6bac5 (diff) |
mlxsw: spectrum_kvdl: Use struct_size() helper 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.
Also, address the following sparse warnings:
drivers/net/ethernet/mellanox/mlxsw/spectrum1_kvdl.c:229: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: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions