commit | dcfd6b839c998bc9838e2a47f44f37afbdf3099c | [log] [tgz] |
---|---|---|
author | Emil Tantilov <emil.s.tantilov@intel.com> | Mon Sep 11 14:21:31 2017 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Oct 09 10:04:06 2017 -0700 |
tree | f9a29b2e75c58f3685373016e5f3d6de1231a6ab | |
parent | 86e23494222f358138e3d2c337f57577b0893797 [diff] |
ixgbe: fix use of uninitialized padding This patch is resolving Coverity hits where padding in a structure could be used uninitialized. - Initialize fwd_cmd.pad/2 before ixgbe_calculate_checksum() - Initialize buffer.pad2/3 before ixgbe_hic_unlocked() Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>