diff for duplicates of <1575310714.4793.420.camel@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 3085ed8..faa8b24 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ On Wed, 2019-11-27 at 16:44 -0800, Lakshmi Ramasubramanian wrote: > >> + * If yes, we have a whole string match. > >> + */ > >> + p += strlen(keyring); -> >> + if (*p = '|' || *p = '\0') +> >> + if (*p == '|' || *p == '\0') > >> + return true; This code checks that the keyring name isn't suffixed, but not diff --git a/a/content_digest b/N1/content_digest index fb8c5d2..784d92e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\018b30666-7c44-f81e-8515-189052007e47@linux.microsoft.com\0" "From\0Mimi Zohar <zohar@linux.ibm.com>\0" "Subject\0Re: [PATCH v9 5/6] IMA: Add support to limit measuring keys\0" - "Date\0Mon, 02 Dec 2019 18:18:34 +0000\0" + "Date\0Mon, 02 Dec 2019 13:18:34 -0500\0" "To\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>" " linux-integrity@vger.kernel.org\0" "Cc\0eric.snowberg@oracle.com" @@ -44,7 +44,7 @@ "> >> +\t\t * If yes, we have a whole string match.\n" "> >> +\t\t */\n" "> >> +\t\tp += strlen(keyring);\n" - "> >> +\t\tif (*p = '|' || *p = '\\0')\n" + "> >> +\t\tif (*p == '|' || *p == '\\0')\n" "> >> +\t\t\treturn true;\n" "\n" "This code checks that the keyring name isn't suffixed, but not\n" @@ -95,4 +95,4 @@ "\n" Mimi -d24bb0162a753b448f0dbfdaa6e7a70066429af8913c94c3bcfeb1a8583be749 +ad8cdd3fe82a262468cb78a786ce4f8e5f30e1ac257b761415dea57d617a506a
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.