diff for duplicates of <20100328112118.GI5069@bicker> diff --git a/a/1.txt b/N1/1.txt index 8e2d557..c77c30a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,5 +14,5 @@ index dc67bc4..19a5773 100644 - if (tmp > AU0828_MAX_INPUT) + if (tmp >= AU0828_MAX_INPUT) return -EINVAL; - if (AUVI_INPUT(tmp).type = 0) + if (AUVI_INPUT(tmp).type == 0) return -EINVAL; diff --git a/a/content_digest b/N1/content_digest index bfb4ebd..aba2a05 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] video/au0828: off by one bug\0" - "Date\0Sun, 28 Mar 2010 11:21:18 +0000\0" + "Date\0Sun, 28 Mar 2010 14:21:18 +0300\0" "To\0Mauro Carvalho Chehab <mchehab@infradead.org>\0" "Cc\0Devin Heitmueller <dheitmueller@kernellabs.com>" Michael Krufky <mkrufky@linuxtv.org> @@ -27,7 +27,7 @@ "-\tif (tmp > AU0828_MAX_INPUT)\n" "+\tif (tmp >= AU0828_MAX_INPUT)\n" " \t\treturn -EINVAL;\n" - " \tif (AUVI_INPUT(tmp).type = 0)\n" + " \tif (AUVI_INPUT(tmp).type == 0)\n" " \t\treturn -EINVAL;" -23991b5f888b86b978fc6803ac053a14eb96e2d1e8689d13e051973001440670 +9fff3dd0500f14d43a4ed1fca61b45a39ae90c917cfcaf328d6e9fbaefe5c7f6
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.