diff for duplicates of <1576017774.4579.42.camel@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index cad11bc..fcd21d2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -74,7 +74,7 @@ Mimi > + if (key->type != &key_type_asymmetric) > + return; > + -> + if (!payload || (payload_len = 0)) +> + if (!payload || (payload_len == 0)) > + return; > + > + /* diff --git a/a/content_digest b/N1/content_digest index 213234d..7f664fc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020191204224131.3384-4-nramas@linux.microsoft.com\0" "From\0Mimi Zohar <zohar@linux.ibm.com>\0" "Subject\0Re: [PATCH v10 3/6] IMA: Define an IMA hook to measure keys\0" - "Date\0Tue, 10 Dec 2019 22:42:54 +0000\0" + "Date\0Tue, 10 Dec 2019 17:42:54 -0500\0" "To\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>" " linux-integrity@vger.kernel.org\0" "Cc\0eric.snowberg@oracle.com" @@ -91,7 +91,7 @@ "> +\tif (key->type != &key_type_asymmetric)\n" "> +\t\treturn;\n" "> +\n" - "> +\tif (!payload || (payload_len = 0))\n" + "> +\tif (!payload || (payload_len == 0))\n" "> +\t\treturn;\n" "> +\n" "> +\t/*\n" @@ -108,4 +108,4 @@ "> +\t\t\t\t keyring->description, KEY_CHECK, 0);\n" > +} -2b2720486b76184b3844cda1b51772cc3ec1d775095d2ee16e95286930689378 +ede37ef1e58da5ee2809739e6e9a7b4f8079ba011989b5e74fd460456e2e7e03
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.