diff for duplicates of <20161114113314.GB20543@mwanda> diff --git a/a/1.txt b/N1/1.txt index f196d1c..458aa7b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,4 +18,4 @@ index 4811e54..7574377 100644 + *variation_name = eb164_names[eb164_indices[member]]; /* PC164 may show as EB164 variation, but with EV56 CPU, so, since no true EB164 had anything but EV5... */ - if (eb164_indices[member] = 0 && cpu = EV56_CPU) + if (eb164_indices[member] == 0 && cpu == EV56_CPU) diff --git a/a/content_digest b/N1/content_digest index 87a6c0b..85a6174 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,11 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] alpha: silence a buffer overflow warning\0" - "Date\0Mon, 14 Nov 2016 11:34:00 +0000\0" - "To\0kernel-janitors@vger.kernel.org\0" + "Date\0Mon, 14 Nov 2016 14:34:00 +0300\0" + "To\0Richard Henderson <rth@twiddle.net>\0" + "Cc\0Ivan Kokshaysky <ink@jurassic.park.msu.ru>" + Matt Turner <mattst88@gmail.com> + linux-alpha@vger.kernel.org + " kernel-janitors@vger.kernel.org\0" "\00:1\0" "b\0" "We check that \"member\" is in bounds for the first line, but we also use\n" @@ -24,6 +28,6 @@ "+\t\t*variation_name = eb164_names[eb164_indices[member]];\n" " \t\t/* PC164 may show as EB164 variation, but with EV56 CPU,\n" " \t\t so, since no true EB164 had anything but EV5... */\n" - " \t\tif (eb164_indices[member] = 0 && cpu = EV56_CPU)" + " \t\tif (eb164_indices[member] == 0 && cpu == EV56_CPU)" -4e4a9826740a349d92a37443d3438ce876500cbcc31544ceb8b023e6ea9a89f2 +6f4c02b1b4a85e7064bb64355e47e8d1bc74824fca3faa387d434d277ece6f6e
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.