diff for duplicates of <20191213171827.28657-2-nramas@linux.microsoft.com> diff --git a/a/1.txt b/N1/1.txt index e993973..9ab558c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -85,8 +85,8 @@ index fea2e7dd3b09..ae6de1bb2e79 100644 + entry->payload_len = payload_len; + } + -+ if ((entry = NULL) || (entry->payload = NULL) || -+ (entry->keyring_name = NULL)) { ++ if ((entry == NULL) || (entry->payload == NULL) || ++ (entry->keyring_name == NULL)) { + rc = -ENOMEM; + goto out; + } diff --git a/a/content_digest b/N1/content_digest index fbc3f7f..4f23826 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020191213171827.28657-1-nramas@linux.microsoft.com\0" "From\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>\0" "Subject\0[PATCH v4 1/2] IMA: Define workqueue for early boot \"key\" measurements\0" - "Date\0Fri, 13 Dec 2019 17:18:26 +0000\0" + "Date\0Fri, 13 Dec 2019 09:18:26 -0800\0" "To\0zohar@linux.ibm.com" " linux-integrity@vger.kernel.org\0" "Cc\0eric.snowberg@oracle.com" @@ -101,8 +101,8 @@ "+\t\tentry->payload_len = payload_len;\n" "+\t}\n" "+\n" - "+\tif ((entry = NULL) || (entry->payload = NULL) ||\n" - "+\t (entry->keyring_name = NULL)) {\n" + "+\tif ((entry == NULL) || (entry->payload == NULL) ||\n" + "+\t (entry->keyring_name == NULL)) {\n" "+\t\trc = -ENOMEM;\n" "+\t\tgoto out;\n" "+\t}\n" @@ -199,4 +199,4 @@ "-- \n" 2.17.1 -84e0eb4ff945206f8f70e428dcebeccd664996a667552d32d8226f52809526b8 +4bd3c9b75e92f6ef722418ec0fa68eda51aab1256b4908c9fb25a82c0c5c2fff
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.