]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx4_en: fix off by one in error handling
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Wed, 14 Sep 2016 11:09:24 +0000 (13:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2016 08:16:22 +0000 (04:16 -0400)
commit820e649f09f2bc47bcbb3a078693ffa2e54a81bc
treef7e7463f09cf27499d273213ef266ab59d16905c
parentd9a5c615fb19893f32adf4dcac50d5ce0d2fb919
net/mlx4_en: fix off by one in error handling

If an error occurs in mlx4_init_eq_table the index used in the
err_out_unmap label is one too big which results in a panic in
mlx4_free_eq. This patch fixes the index in the error path.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/eq.c