i40e: Prevent overflow due to kzalloc
authorAkeem G Abodunrin <akeem.g.abodunrin@intel.com>
Thu, 6 Feb 2014 05:51:02 +0000 (05:51 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 7 Mar 2014 02:41:22 +0000 (18:41 -0800)
commitcc6456af2c05eb02ec1efcddde688ac99da76e57
treeefd88c9def4ed27cbd7515a69bca3a090b7043a2
parent17a73f6b14010d4516a05f52e3c87431e86edebb
i40e: Prevent overflow due to kzalloc

To prevent the possibility of overflow due multiplication of number and size
use kcalloc instead of kzalloc.

Change-ID: Ibe4d81ed7d9738d3bbe66ee4844ff9be817e8080
Signed-off-by: Akeem G Abodunrin <akeem.g.abodunrin@intel.com>
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c