diff for duplicates of <20100318085504.GL5331@bicker> diff --git a/a/1.txt b/N1/1.txt index d6f2a5b..3a70bdd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,8 @@ On Tue, Mar 16, 2010 at 03:22:33PM -0700, Roland Dreier wrote: > > 642 int i; > > 643 > > 644 for (i = 0; i < BITS_TO_LONGS(IB_MGMT_MAX_METHODS); ++i) -> > 645 req.method_mask[i] > > 646 umm[i * 2] | ((u64) umm[i * 2 + 1] << 32); +> > 645 req.method_mask[i] = +> > 646 umm[i * 2] | ((u64) umm[i * 2 + 1] << 32); > > "umm" points to a array with 4 elements. > > i can be 0 to 3, so "i * 2" goes up to 6 > > And 4 <= 6 so it's a problem. diff --git a/a/content_digest b/N1/content_digest index 1da40cf..db8e61e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0adar5nj9aae.fsf@roland-alpha.cisco.com\0" "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0Re: bug list: range checking issues 2.6.34-rc1\0" - "Date\0Thu, 18 Mar 2010 08:55:04 +0000\0" + "Date\0Thu, 18 Mar 2010 11:55:04 +0300\0" "To\0Roland Dreier <rdreier@cisco.com>\0" "Cc\0Toralf F\303\266rster <toralf.foerster@gmx.de>" linux-kernel@vger.kernel.org @@ -16,7 +16,8 @@ "> > 642 int i;\n" "> > 643 \n" "> > 644 for (i = 0; i < BITS_TO_LONGS(IB_MGMT_MAX_METHODS); ++i)\n" - "> > 645 req.method_mask[i] > > 646 umm[i * 2] | ((u64) umm[i * 2 + 1] << 32);\n" + "> > 645 req.method_mask[i] =\n" + "> > 646 umm[i * 2] | ((u64) umm[i * 2 + 1] << 32);\n" "> > \"umm\" points to a array with 4 elements.\n" "> > i can be 0 to 3, so \"i * 2\" goes up to 6\n" "> > And 4 <= 6 so it's a problem.\n" @@ -51,4 +52,4 @@ "> For corporate legal information go to:\n" > http://www.cisco.com/web/about/doing_business/legal/cri/index.html -1f0fde6bb3742901da6353ec35b116756dc137febeb5d797225dc4ca35929864 +4f691ab1d0afadb5b9166cc170981e5018a358d77b8ebb06f40e9db92a6c1aac
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.