diff for duplicates of <20171009195129.68610-2-ebiggers3@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 2ba02e8..b220093 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -50,7 +50,7 @@ index fa218cd64f74..95e20ab67df3 100644 (*auth_tok) = ecryptfs_get_key_payload_data(auth_tok_key); if (IS_ERR(*auth_tok)) { rc = PTR_ERR(*auth_tok); -+ if (rc == -EINVAL) { ++ if (rc = -EINVAL) { + ecryptfs_printk(KERN_ERR, + "Authentication token payload has wrong length\n"); + } diff --git a/a/content_digest b/N1/content_digest index ba135d0..7a1f481 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,8 @@ "ref\020171009195129.68610-1-ebiggers3@gmail.com\0" "From\0Eric Biggers <ebiggers3@gmail.com>\0" "Subject\0[PATCH v2 2/3] ecryptfs: fix out-of-bounds read of key payload\0" - "Date\0Mon, 9 Oct 2017 12:51:28 -0700\0" - "To\0ecryptfs@vger.kernel.org" - " Tyler Hicks <tyhicks@canonical.com>\0" - "Cc\0keyrings@vger.kernel.org" - linux-security-module@vger.kernel.org - Eric Biggers <ebiggers@google.com> - stable@vger.kernel.org - " Michael Halcrow <mhalcrow@google.com>\0" + "Date\0Mon, 09 Oct 2017 19:51:28 +0000\0" + "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" "From: Eric Biggers <ebiggers@google.com>\n" @@ -63,7 +57,7 @@ " \t(*auth_tok) = ecryptfs_get_key_payload_data(auth_tok_key);\n" " \tif (IS_ERR(*auth_tok)) {\n" " \t\trc = PTR_ERR(*auth_tok);\n" - "+\t\tif (rc == -EINVAL) {\n" + "+\t\tif (rc = -EINVAL) {\n" "+\t\t\tecryptfs_printk(KERN_ERR,\n" "+\t\t\t\t\t\"Authentication token payload has wrong length\\n\");\n" "+\t\t}\n" @@ -73,4 +67,4 @@ "-- \n" 2.14.2.920.gcf0c67979c-goog -a3d4cf953a443aa2c4d89cd97e417ba2c846615c63d1a73dc4c4955bf7b40f11 +d677c30677f83baef3d9ec29ccf7f89278ab3b30d7eed33f6a7563daf2ac41d3
diff --git a/a/1.txt b/N2/1.txt index 2ba02e8..13fc7fb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -59,3 +59,8 @@ index fa218cd64f74..95e20ab67df3 100644 } -- 2.14.2.920.gcf0c67979c-goog + +-- +To unsubscribe from this list: send the line "unsubscribe linux-security-module" in +the body of a message to majordomo at vger.kernel.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index ba135d0..6d79687 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,14 +1,8 @@ "ref\020171009195129.68610-1-ebiggers3@gmail.com\0" - "From\0Eric Biggers <ebiggers3@gmail.com>\0" + "From\0ebiggers3@gmail.com (Eric Biggers)\0" "Subject\0[PATCH v2 2/3] ecryptfs: fix out-of-bounds read of key payload\0" "Date\0Mon, 9 Oct 2017 12:51:28 -0700\0" - "To\0ecryptfs@vger.kernel.org" - " Tyler Hicks <tyhicks@canonical.com>\0" - "Cc\0keyrings@vger.kernel.org" - linux-security-module@vger.kernel.org - Eric Biggers <ebiggers@google.com> - stable@vger.kernel.org - " Michael Halcrow <mhalcrow@google.com>\0" + "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" "From: Eric Biggers <ebiggers@google.com>\n" @@ -71,6 +65,11 @@ " \t\tgoto out;\n" " \t}\n" "-- \n" - 2.14.2.920.gcf0c67979c-goog + "2.14.2.920.gcf0c67979c-goog\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n" + "the body of a message to majordomo at vger.kernel.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -a3d4cf953a443aa2c4d89cd97e417ba2c846615c63d1a73dc4c4955bf7b40f11 +b476756d5c547956c43e7ded41592d1eefd6d1767170c61337e222b41a3c8a98
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.