]> Pileus Git - ~andy/linux/commit
i40e: don't allocate zero size
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 28 Nov 2013 06:39:39 +0000 (06:39 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 6 Jan 2014 10:32:26 +0000 (02:32 -0800)
commit3197ce220c821b869731872251f2e225c37cbbb0
tree1abee371dd5ede7eadd93037168a14eb79a98967
parent5a9769c827151def466f7e65619bc6aac643cf96
i40e: don't allocate zero size

Shockingly, the compiler didn't flag this uninitialized variable. This
fixes a potential memory corruption condition where ARQ messages are
written to random memory locations.

Change-Id: Iac82f4562d2bf3f42df3f3b2163d9cbed2160135
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c