diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-07-30 00:58:03 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-31 02:38:23 +0200 |
commit | 10470c0d7e921a46e126ff8f8a3b60fdb944b3d0 (patch) | |
tree | 2b78e6f8026b019a0a267a4476dc0c7f703e87e3 /net/sched/act_pedit.c | |
parent | sfc_ef100: remove duplicated include from ef100_netdev.c (diff) | |
download | linux-10470c0d7e921a46e126ff8f8a3b60fdb944b3d0.tar.xz linux-10470c0d7e921a46e126ff8f8a3b60fdb944b3d0.zip |
mlxsw: spectrum_cnt: Use flex_array_size() helper in memcpy()
Make use of the flex_array_size() helper to calculate the size of a
flexible array member within an enclosing structure.
This helper offers defense-in-depth against potential integer
overflows, while at the same time makes it explicitly clear that
we are dealing witha flexible array member.
Also, remove unnecessary pointer identifier sub_pool.
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Tested-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_pedit.c')
0 files changed, 0 insertions, 0 deletions