diff for duplicates of <20190628021934.4260-4-bauerman@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index da40083..db66acd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,7 +55,7 @@ index f7b0980bf02d..3243981152b5 100644 + /* + * This function doesn't support messages with more than one signature. + */ -+ if (sinfo = NULL || sinfo->next != NULL) ++ if (sinfo == NULL || sinfo->next != NULL) + return -EBADMSG; + + ret = pkcs7_digest(pkcs7, sinfo); diff --git a/a/content_digest b/N1/content_digest index 0258c29..0a55ebc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190628021934.4260-1-bauerman@linux.ibm.com\0" "From\0Thiago Jung Bauermann <bauerman@linux.ibm.com>\0" "Subject\0[PATCH v12 03/11] PKCS#7: Introduce pkcs7_get_digest()\0" - "Date\0Fri, 28 Jun 2019 02:19:26 +0000\0" + "Date\0Thu, 27 Jun 2019 23:19:26 -0300\0" "To\0linux-integrity@vger.kernel.org\0" "Cc\0linux-security-module@vger.kernel.org" keyrings@vger.kernel.org @@ -81,7 +81,7 @@ "+\t/*\n" "+\t * This function doesn't support messages with more than one signature.\n" "+\t */\n" - "+\tif (sinfo = NULL || sinfo->next != NULL)\n" + "+\tif (sinfo == NULL || sinfo->next != NULL)\n" "+\t\treturn -EBADMSG;\n" "+\n" "+\tret = pkcs7_digest(pkcs7, sinfo);\n" @@ -124,4 +124,4 @@ "+\n" #endif /* _CRYPTO_PKCS7_H */ -53dfa53b0b036cc9ee26abb64b980af2f9b56cb19af2ec7dca2f35a85f517675 +6ed2d9469ec0cdbf7d9d03d8cbd2b13b6f2961fbe962898b46d77dacb187a420
diff --git a/a/1.txt b/N2/1.txt index da40083..db66acd 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -55,7 +55,7 @@ index f7b0980bf02d..3243981152b5 100644 + /* + * This function doesn't support messages with more than one signature. + */ -+ if (sinfo = NULL || sinfo->next != NULL) ++ if (sinfo == NULL || sinfo->next != NULL) + return -EBADMSG; + + ret = pkcs7_digest(pkcs7, sinfo); diff --git a/a/content_digest b/N2/content_digest index 0258c29..c6ea183 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,27 @@ "ref\020190628021934.4260-1-bauerman@linux.ibm.com\0" "From\0Thiago Jung Bauermann <bauerman@linux.ibm.com>\0" "Subject\0[PATCH v12 03/11] PKCS#7: Introduce pkcs7_get_digest()\0" - "Date\0Fri, 28 Jun 2019 02:19:26 +0000\0" + "Date\0Thu, 27 Jun 2019 23:19:26 -0300\0" "To\0linux-integrity@vger.kernel.org\0" - "Cc\0linux-security-module@vger.kernel.org" - keyrings@vger.kernel.org - linux-crypto@vger.kernel.org - linuxppc-dev@lists.ozlabs.org + "Cc\0Herbert Xu <herbert@gondor.apana.org.au>" linux-doc@vger.kernel.org + Dmitry Kasatkin <dmitry.kasatkin@gmail.com> + David S. Miller <davem@davemloft.net> + Jonathan Corbet <corbet@lwn.net> linux-kernel@vger.kernel.org Mimi Zohar <zohar@linux.ibm.com> - Dmitry Kasatkin <dmitry.kasatkin@gmail.com> James Morris <jmorris@namei.org> - Serge E. Hallyn <serge@hallyn.com> David Howells <dhowells@redhat.com> - David Woodhouse <dwmw2@infradead.org> - Jessica Yu <jeyu@kernel.org> - Herbert Xu <herbert@gondor.apana.org.au> - David S. Miller <davem@davemloft.net> - Jonathan Corbet <corbet@lwn.net> AKASHI Takahiro <takahiro.akashi@linaro.org> - " Thiago Jung Bauermann <bauerman@linux.ibm.com>\0" + linux-security-module@vger.kernel.org + keyrings@vger.kernel.org + linux-crypto@vger.kernel.org + Jessica Yu <jeyu@kernel.org> + linuxppc-dev@lists.ozlabs.org + David Woodhouse <dwmw2@infradead.org> + Thiago Jung Bauermann <bauerman@linux.ibm.com> + " Serge E. Hallyn <serge@hallyn.com>\0" "\00:1\0" "b\0" "IMA will need to access the digest of the PKCS7 message (as calculated by\n" @@ -81,7 +81,7 @@ "+\t/*\n" "+\t * This function doesn't support messages with more than one signature.\n" "+\t */\n" - "+\tif (sinfo = NULL || sinfo->next != NULL)\n" + "+\tif (sinfo == NULL || sinfo->next != NULL)\n" "+\t\treturn -EBADMSG;\n" "+\n" "+\tret = pkcs7_digest(pkcs7, sinfo);\n" @@ -124,4 +124,4 @@ "+\n" #endif /* _CRYPTO_PKCS7_H */ -53dfa53b0b036cc9ee26abb64b980af2f9b56cb19af2ec7dca2f35a85f517675 +dfec1cc327f1f2469ee124efef1ed3887725b6bc2d6ac63d14b0b2c4271beb28
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.