qlcnic: Fix memory corruption while reading stats using ethtool.
authorManish Chopra <manish.chopra@qlogic.com>
Mon, 22 Sep 2014 09:51:51 +0000 (05:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Sep 2014 19:11:31 +0000 (15:11 -0400)
commitc023030198b2b0fb87f5d9bcb388c41bfaf3c3c0
treef5c7c78025b56bbb86eec486507c18746e8b1389
parent4324414f8ccae4997dd1e91646683679a4436959
qlcnic: Fix memory corruption while reading stats using ethtool.

o  Driver is doing memset with zero for total number of stats bytes when
   it has already filled some data in the stats buffer, which can overwrite
   memory area beyond the length of stats buffer.

o  Fix this by initializing stats buffer with zero before filling any data in it.

Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c