diff for duplicates of <20170515103623.sumyo2vyldezual2@intel.com> diff --git a/a/1.txt b/N1/1.txt index d098e66..31b6bdd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -72,7 +72,7 @@ Better name for the function would be tpm_get_pcr_algorithms(). > + struct tpm_chip *chip; > + int i; > + -> + if (count <= 0 || algorithms = NULL) +> + if (count <= 0 || algorithms == NULL) > + return -EINVAL; Is there a legal case where caller would pass these values? Now it @@ -86,3 +86,7 @@ array for algs only one time and pass a const reference to it on request. /Jarkko +-- +To unsubscribe from this list: send the line "unsubscribe linux-security-module" in +the body of a message to majordomo at vger.kernel.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index e714b11..9a9863d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\020170505142152.29795-1-roberto.sassu@huawei.com\0" "ref\020170505142152.29795-2-roberto.sassu@huawei.com\0" - "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" - "Subject\0Re: [PATCH v2 1/5] tpm: introduce tpm_pcr_algorithms()\0" - "Date\0Mon, 15 May 2017 10:36:23 +0000\0" + "From\0jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)\0" + "Subject\0[PATCH v2 1/5] tpm: introduce tpm_pcr_algorithms()\0" + "Date\0Mon, 15 May 2017 13:36:23 +0300\0" "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" @@ -80,7 +80,7 @@ "> +\tstruct tpm_chip *chip;\n" "> +\tint i;\n" "> +\n" - "> +\tif (count <= 0 || algorithms = NULL)\n" + "> +\tif (count <= 0 || algorithms == NULL)\n" "> +\t\treturn -EINVAL;\n" "\n" "Is there a legal case where caller would pass these values? Now it\n" @@ -93,6 +93,10 @@ "array for algs only one time and pass a const reference to it on\n" "request.\n" "\n" - /Jarkko + "/Jarkko\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n" + "the body of a message to majordomo at vger.kernel.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -7c8f2447b00a9e4f1838412e0a0f7fa385503192ccd84bf8c14720c2005f4870 +4422dcc691f1852d6a2083d830a02071973443290a1781db9a1a6472be507e44
diff --git a/a/1.txt b/N2/1.txt index d098e66..686d6b3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -72,7 +72,7 @@ Better name for the function would be tpm_get_pcr_algorithms(). > + struct tpm_chip *chip; > + int i; > + -> + if (count <= 0 || algorithms = NULL) +> + if (count <= 0 || algorithms == NULL) > + return -EINVAL; Is there a legal case where caller would pass these values? Now it diff --git a/a/content_digest b/N2/content_digest index e714b11..63a478a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,8 +2,13 @@ "ref\020170505142152.29795-2-roberto.sassu@huawei.com\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH v2 1/5] tpm: introduce tpm_pcr_algorithms()\0" - "Date\0Mon, 15 May 2017 10:36:23 +0000\0" - "To\0linux-security-module@vger.kernel.org\0" + "Date\0Mon, 15 May 2017 13:36:23 +0300\0" + "To\0Roberto Sassu <roberto.sassu@huawei.com>\0" + "Cc\0tpmdd-devel@lists.sourceforge.net" + linux-ima-devel@lists.sourceforge.net + linux-security-module@vger.kernel.org + keyrings@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, May 05, 2017 at 04:21:48PM +0200, Roberto Sassu wrote:\n" @@ -80,7 +85,7 @@ "> +\tstruct tpm_chip *chip;\n" "> +\tint i;\n" "> +\n" - "> +\tif (count <= 0 || algorithms = NULL)\n" + "> +\tif (count <= 0 || algorithms == NULL)\n" "> +\t\treturn -EINVAL;\n" "\n" "Is there a legal case where caller would pass these values? Now it\n" @@ -95,4 +100,4 @@ "\n" /Jarkko -7c8f2447b00a9e4f1838412e0a0f7fa385503192ccd84bf8c14720c2005f4870 +f309437535b7c27ce41e737b28dc0e7e0b59a21c4a0bdd1d57e385bad7e3a627
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.