]> Pileus Git - ~andy/linux/commit
qlcnic: Handle qlcnic_alloc_mbx_args() failure
authorShahed Shaikh <shahed.shaikh@qlogic.com>
Sat, 22 Jun 2013 08:12:00 +0000 (04:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jun 2013 01:29:58 +0000 (18:29 -0700)
commitb6b4316c8b2fa6af5cee71e7defd09527b9d1cf9
tree1db739928558df4ee7903399fad937880620f329
parentfedaf4ffc224a194e2d13a3ec2abe5df0bc94258
qlcnic: Handle qlcnic_alloc_mbx_args() failure

qlcnic_alloc_mbx_args() may fail due to failure in memory allocation.
This patch checks for failure of qlcnic_alloc_mbx_args() to avoid
potential invalid memory access.

Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c