diff options
author | Michael Chan <michael.chan@broadcom.com> | 2018-04-11 11:50:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-11 14:42:00 -0400 |
commit | cb98526bf9b985866d648dbb9c983ba9eb59daba (patch) | |
tree | 40224fb747b9e4a9733c6a4874815eff998da672 /drivers/net/ethernet/ti/cpts.h | |
parent | 11c3ec7bb940b6fa3f87f05f01b7f45eef08dfbb (diff) |
bnxt_en: Fix NULL pointer dereference at bnxt_free_irq().
When open fails during ethtool -L ring change, for example, the driver
may crash at bnxt_free_irq() because bp->bnapi is NULL.
If we fail to allocate all the new rings, bnxt_open_nic() will free
all the memory including bp->bnapi. Subsequent call to bnxt_close_nic()
will try to dereference bp->bnapi in bnxt_free_irq().
Fix it by checking for !bp->bnapi in bnxt_free_irq().
Fixes: e5811b8c09df ("bnxt_en: Add IRQ remapping logic.")
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/ti/cpts.h')
0 files changed, 0 insertions, 0 deletions