diff for duplicates of <20210317064148.GA55123@embeddedor> diff --git a/a/1.txt b/N1/1.txt index 82fccf8..2079195 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,11 +2,11 @@ Fix the following out-of-bounds warning by replacing the one-element array in an anonymous union with a pointer: CC [M] drivers/net/ethernet/intel/ixgbe/ixgbe_common.o -drivers/net/ethernet/intel/ixgbe/ixgbe_common.c: In function ?ixgbe_host_interface_command?: -drivers/net/ethernet/intel/ixgbe/ixgbe_common.c:3729:13: warning: array subscript 1 is above array bounds of ?u32[1]? {aka ?unsigned int[1]?} [-Warray-bounds] +drivers/net/ethernet/intel/ixgbe/ixgbe_common.c: In function ‘ixgbe_host_interface_command’: +drivers/net/ethernet/intel/ixgbe/ixgbe_common.c:3729:13: warning: array subscript 1 is above array bounds of ‘u32[1]’ {aka ‘unsigned int[1]’} [-Warray-bounds] 3729 | bp->u32arr[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi); | ~~~~~~~~~~^~~~ -drivers/net/ethernet/intel/ixgbe/ixgbe_common.c:3682:7: note: while referencing ?u32arr? +drivers/net/ethernet/intel/ixgbe/ixgbe_common.c:3682:7: note: while referencing ‘u32arr’ 3682 | u32 u32arr[1]; | ^~~~~~ diff --git a/a/content_digest b/N1/content_digest index 69b2b76..1dd576a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,26 @@ "From\0Gustavo A. R. Silva <gustavoars@kernel.org>\0" - "Subject\0[Intel-wired-lan] [PATCH][next] ixgbe: Fix out-of-bounds warning in ixgbe_host_interface_command()\0" + "Subject\0[PATCH][next] ixgbe: Fix out-of-bounds warning in ixgbe_host_interface_command()\0" "Date\0Wed, 17 Mar 2021 01:41:48 -0500\0" - "To\0intel-wired-lan@osuosl.org\0" + "To\0Jesse Brandeburg <jesse.brandeburg@intel.com>" + Tony Nguyen <anthony.l.nguyen@intel.com> + David S. Miller <davem@davemloft.net> + " Jakub Kicinski <kuba@kernel.org>\0" + "Cc\0intel-wired-lan@lists.osuosl.org" + netdev@vger.kernel.org + linux-kernel@vger.kernel.org + Gustavo A. R. Silva <gustavoars@kernel.org> + " linux-hardening@vger.kernel.org\0" "\00:1\0" "b\0" "Fix the following out-of-bounds warning by replacing the one-element\n" "array in an anonymous union with a pointer:\n" "\n" " CC [M] drivers/net/ethernet/intel/ixgbe/ixgbe_common.o\n" - "drivers/net/ethernet/intel/ixgbe/ixgbe_common.c: In function ?ixgbe_host_interface_command?:\n" - "drivers/net/ethernet/intel/ixgbe/ixgbe_common.c:3729:13: warning: array subscript 1 is above array bounds of ?u32[1]? {aka ?unsigned int[1]?} [-Warray-bounds]\n" + "drivers/net/ethernet/intel/ixgbe/ixgbe_common.c: In function \342\200\230ixgbe_host_interface_command\342\200\231:\n" + "drivers/net/ethernet/intel/ixgbe/ixgbe_common.c:3729:13: warning: array subscript 1 is above array bounds of \342\200\230u32[1]\342\200\231 {aka \342\200\230unsigned int[1]\342\200\231} [-Warray-bounds]\n" " 3729 | bp->u32arr[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi);\n" " | ~~~~~~~~~~^~~~\n" - "drivers/net/ethernet/intel/ixgbe/ixgbe_common.c:3682:7: note: while referencing ?u32arr?\n" + "drivers/net/ethernet/intel/ixgbe/ixgbe_common.c:3682:7: note: while referencing \342\200\230u32arr\342\200\231\n" " 3682 | u32 u32arr[1];\n" " | ^~~~~~\n" "\n" @@ -46,4 +54,4 @@ "-- \n" 2.27.0 -ef591011e461a63228e06868e69744368052211d23caaa8bdf523cdcfaa7f55d +5501fc0fec66b6ec3addd0450a4ab70b53ed022dc8adb9d282d7406c3ece25b3
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.