diff for duplicates of <1576028407.4579.77.camel@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index ee31bf1..5b89154 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -92,8 +92,8 @@ These last two lines explain how "flags" work. They're unnecessary. > + 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 1e38212..d089259 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020191206012936.2814-2-nramas@linux.microsoft.com\0" "From\0Mimi Zohar <zohar@linux.ibm.com>\0" "Subject\0Re: [PATCH v1 1/2] IMA: Define workqueue for early boot \"key\" measurements\0" - "Date\0Wed, 11 Dec 2019 01:40:07 +0000\0" + "Date\0Tue, 10 Dec 2019 20:40:07 -0500\0" "To\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>" " linux-integrity@vger.kernel.org\0" "Cc\0eric.snowberg@oracle.com" @@ -109,8 +109,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" @@ -213,4 +213,4 @@ "> * ima_post_key_create_or_update - measure asymmetric keys\n" > * @keyring: keyring to which the key is linked to -6f851377e1592c6e18b704c5ba99e345f036c5ee63c6b59f60d9601c0a144d8d +a596a1cf6f41eed65e651a5a37ddd8c2a6ed585be7547d17eec79ba65716dc37
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.