diff for duplicates of <20190418035120.2354-4-bauerman@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 7154a56..843196f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -53,7 +53,7 @@ index 97c77f66b20d..5c3de46b0b73 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 d5b3c87..b96c49e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190418035120.2354-1-bauerman@linux.ibm.com\0" "From\0Thiago Jung Bauermann <bauerman@linux.ibm.com>\0" "Subject\0[PATCH v10 03/12] PKCS#7: Introduce pkcs7_get_digest()\0" - "Date\0Thu, 18 Apr 2019 03:51:11 +0000\0" + "Date\0Thu, 18 Apr 2019 00:51:11 -0300\0" "To\0linux-integrity@vger.kernel.org\0" "Cc\0linux-security-module@vger.kernel.org" keyrings@vger.kernel.org @@ -79,7 +79,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" @@ -122,4 +122,4 @@ "+\n" #endif /* _CRYPTO_PKCS7_H */ -8ee6c1083263b0cb56972eaf3504502d0862bbeeff5996e725892eb618e82328 +e60f46124f45b0b4fd6a22774b8c3511828f91e5f0ab4fb465f39bffb271e16f
diff --git a/a/1.txt b/N2/1.txt index 7154a56..843196f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -53,7 +53,7 @@ index 97c77f66b20d..5c3de46b0b73 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 d5b3c87..981df37 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,27 @@ "ref\020190418035120.2354-1-bauerman@linux.ibm.com\0" "From\0Thiago Jung Bauermann <bauerman@linux.ibm.com>\0" "Subject\0[PATCH v10 03/12] PKCS#7: Introduce pkcs7_get_digest()\0" - "Date\0Thu, 18 Apr 2019 03:51:11 +0000\0" + "Date\0Thu, 18 Apr 2019 00:51:11 -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" @@ -79,7 +79,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" @@ -122,4 +122,4 @@ "+\n" #endif /* _CRYPTO_PKCS7_H */ -8ee6c1083263b0cb56972eaf3504502d0862bbeeff5996e725892eb618e82328 +46b4863ccc49e996501ea46bed49c24db306051bb17cc7582bb35f4d72f17518
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.