diff options
author | Matan Barak <matanb@mellanox.com> | 2015-01-27 14:58:07 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-28 02:12:58 +0100 |
commit | 19ab574f6271a2f912a449cfdea14a60098fba90 (patch) | |
tree | 60523d1ada891d59bcdb25cd00a847dd7e62e7b8 /drivers/net/ethernet/mellanox/mlx4/fw.c | |
parent | net/mlx4_en: Use ethtool cmd->autoneg as a hint for ethtool set settings (diff) | |
download | linux-19ab574f6271a2f912a449cfdea14a60098fba90.tar.xz linux-19ab574f6271a2f912a449cfdea14a60098fba90.zip |
net/mlx4: Fix memory corruption in mlx4_MAD_IFC_wrapper
Fix a memory corruption at mlx4_MAD_IFC_wrapper.
A table of size dev->caps.pkey_table_len[port]*sizeof(*table)
was allocated, but get_full_pkey_table() assumes that the number
of entries in the table is a multiplication of 32 (which isn't always
correct).
Fixes: 0a9a018 ('mlx4: MAD_IFC paravirtualization')
Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4/fw.c')
0 files changed, 0 insertions, 0 deletions