diff for duplicates of <20191111193303.12781-10-nramas@linux.microsoft.com> diff --git a/a/1.txt b/N1/1.txt index 4b79d5f..4cd2ff1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -92,11 +92,12 @@ index 61c42d06a636..4a38b4957b8c 100644 + entry = kzalloc(sizeof(*entry), GFP_KERNEL); + if (entry != NULL) { + entry->public_key = kzalloc(pk->keylen, GFP_KERNEL); -+ entry->keyring_name + kzalloc(keyring_name_len, GFP_KERNEL); ++ entry->keyring_name = ++ kzalloc(keyring_name_len, GFP_KERNEL); + } + -+ if ((entry = NULL) || (entry->public_key = NULL) || -+ (entry->keyring_name = NULL)) { ++ if ((entry == NULL) || (entry->public_key == NULL) || ++ (entry->keyring_name == NULL)) { + rc = -ENOMEM; + goto out; + } diff --git a/a/content_digest b/N1/content_digest index ea7abc5..989a5b4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020191111193303.12781-1-nramas@linux.microsoft.com\0" "From\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>\0" "Subject\0[PATCH v5 09/10] IMA: Defined functions to queue and dequeue keys for measurement\0" - "Date\0Mon, 11 Nov 2019 19:33:02 +0000\0" + "Date\0Mon, 11 Nov 2019 11:33:02 -0800\0" "To\0zohar@linux.ibm.com" dhowells@redhat.com matthewgarrett@google.com @@ -107,11 +107,12 @@ "+\tentry = kzalloc(sizeof(*entry), GFP_KERNEL);\n" "+\tif (entry != NULL) {\n" "+\t\tentry->public_key = kzalloc(pk->keylen, GFP_KERNEL);\n" - "+\t\tentry->keyring_name +\t\t\tkzalloc(keyring_name_len, GFP_KERNEL);\n" + "+\t\tentry->keyring_name =\n" + "+\t\t\tkzalloc(keyring_name_len, GFP_KERNEL);\n" "+\t}\n" "+\n" - "+\tif ((entry = NULL) || (entry->public_key = NULL) ||\n" - "+\t (entry->keyring_name = NULL)) {\n" + "+\tif ((entry == NULL) || (entry->public_key == NULL) ||\n" + "+\t (entry->keyring_name == NULL)) {\n" "+\t\trc = -ENOMEM;\n" "+\t\tgoto out;\n" "+\t}\n" @@ -208,4 +209,4 @@ "-- \n" 2.17.1 -b5d31326546d66489ba79e25d7ca9f3c9592395bedf06b0ba8f7356cca6b96e3 +64f8ed9d64962fdec752560dc5eb4d105b865a7463cb8cc5ddda8dec678fa9c7
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.