diff for duplicates of <55CCFEB6.3080502@iogearbox.net> diff --git a/a/1.txt b/N1/1.txt index 69efb32..8db3769 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,7 +9,7 @@ Thanks for the fix, Dan! There's however already one queued up here: -https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id\x140d8b335a9beb234fd0ed9a15aa6a47f47fd771 +https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=140d8b335a9beb234fd0ed9a15aa6a47f47fd771 > diff --git a/kernel/bpf/verifier.c b/kernel/bpf/verifier.c > index 48e1c71..ed12e38 100644 @@ -21,8 +21,8 @@ https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id\x140d8b3 > > - for (i = 0; i <= ARRAY_SIZE(func_limit); i++) { > + for (i = 0; i < ARRAY_SIZE(func_limit); i++) { -> bool_map = (map->map_type = func_limit[i].map_type); -> bool_func = (func_id = func_limit[i].func_id); +> bool_map = (map->map_type == func_limit[i].map_type); +> bool_func = (func_id == func_limit[i].func_id); > /* only when map & func pair match it can continue. > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in diff --git a/a/content_digest b/N1/content_digest index 12a3116..530cffd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020150813202747.GA6478@mwanda\0" "From\0Daniel Borkmann <daniel@iogearbox.net>\0" "Subject\0Re: [patch -next] bpf: off by one in check_map_func_compatibility()\0" - "Date\0Thu, 13 Aug 2015 20:31:50 +0000\0" + "Date\0Thu, 13 Aug 2015 22:31:50 +0200\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>" Alexei Starovoitov <ast@kernel.org> " Kaixu Xia <xiakaixu@huawei.com>\0" @@ -20,7 +20,7 @@ "\n" "There's however already one queued up here:\n" "\n" - "https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id\0240d8b335a9beb234fd0ed9a15aa6a47f47fd771\n" + "https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=140d8b335a9beb234fd0ed9a15aa6a47f47fd771\n" "\n" "> diff --git a/kernel/bpf/verifier.c b/kernel/bpf/verifier.c\n" "> index 48e1c71..ed12e38 100644\n" @@ -32,8 +32,8 @@ ">\n" "> -\tfor (i = 0; i <= ARRAY_SIZE(func_limit); i++) {\n" "> +\tfor (i = 0; i < ARRAY_SIZE(func_limit); i++) {\n" - "> \t\tbool_map = (map->map_type = func_limit[i].map_type);\n" - "> \t\tbool_func = (func_id = func_limit[i].func_id);\n" + "> \t\tbool_map = (map->map_type == func_limit[i].map_type);\n" + "> \t\tbool_func = (func_id == func_limit[i].func_id);\n" "> \t\t/* only when map & func pair match it can continue.\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe netdev\" in\n" @@ -41,4 +41,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -102877bedcf7576cf60f8030c06dba1bc2dcad329f8bee41626c2d31c9399f34 +8a2a658f13f2dd5dc89857e5dd0a4749c1cffa3e7835f050847256f790511204
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.