diff for duplicates of <20160618085038.GF21713@mwanda> diff --git a/a/1.txt b/N1/1.txt index 0b1d6bb..6e30ede 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ The nctrl.udd[] array has 32 elements of size u64. Imagine that netdev_mc_count() returns more than 32. That means "mc_count" is 32. On the last iteration through the loop we have -mc = &nctrl.udd[32] so we're writing one element beyond the end +mc == &nctrl.udd[32] so we're writing one element beyond the end of the array. Fixes: f21fb3ed364b ('Add support of Cavium Liquidio ethernet adapters') diff --git a/a/content_digest b/N1/content_digest index cb89aa2..71de36c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch 3/3 -mainline] liquidio: off by one in liquidio_set_mcast_list()\0" - "Date\0Sat, 18 Jun 2016 08:50:39 +0000\0" + "Date\0Sat, 18 Jun 2016 11:50:39 +0300\0" "To\0Derek Chickles <derek.chickles@caviumnetworks.com>\0" "Cc\0Satanand Burla <satananda.burla@caviumnetworks.com>" Felix Manlunas <felix.manlunas@caviumnetworks.com> @@ -13,7 +13,7 @@ "\n" "Imagine that netdev_mc_count() returns more than 32. That means\n" "\"mc_count\" is 32. On the last iteration through the loop we have\n" - "mc = &nctrl.udd[32] so we're writing one element beyond the end\n" + "mc == &nctrl.udd[32] so we're writing one element beyond the end\n" "of the array.\n" "\n" "Fixes: f21fb3ed364b ('Add support of Cavium Liquidio ethernet adapters')\n" @@ -32,4 +32,4 @@ " \t\t\tbreak;\n" " \t}" -1bff68f7b7cb00bfab9e4af05014f8b09f70aa8c3085fffdada400d00445abff +817dadd3c195758eeb1c9e3c0680d1139c7287176e2197d5d817317296eb61e3
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.