diff for duplicates of <20171214210422.GQ3532@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 298ed6d..e313741 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ On Tue, Dec 12, 2017 at 05:24:46PM -0500, Paul Moore wrote: > >> >> @@ -3123,8 +3123,10 @@ static int sctp_setsockopt_maxseg(struct sock *sk, char __user *optval, unsigned > >> >> > >> >> if (asoc) { -> >> >> if (val == 0) { +> >> >> if (val = 0) { > >> >> + struct sctp_af *af = sp->pf->af; > >> >> val = asoc->pathmtu; > >> >> - val -= sp->pf->af->net_header_len; @@ -54,7 +54,3 @@ I'm unsure on how to proceed here. Please advise. Thanks, Marcelo --- -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 de4a601..645b388 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,9 +3,9 @@ "ref\0CAHC9VhR+WoO3UtdXLp+9mQ=c=avpEQ5-W8vTkEWfxXH1EkUS8A@mail.gmail.com\0" "ref\020171212215638.GH3532@localhost.localdomain\0" "ref\0CAHC9VhQ5iQsXum6NVkL-qdzu=bxVcaOscPjTSVufLzRbW_1_Pw@mail.gmail.com\0" - "From\0marcelo.leitner@gmail.com (Marcelo Ricardo Leitner)\0" - "Subject\0[PATCH 2/4] sctp: Add ip option support\0" - "Date\0Thu, 14 Dec 2017 19:04:22 -0200\0" + "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" + "Subject\0Re: [PATCH 2/4] sctp: Add ip option support\0" + "Date\0Thu, 14 Dec 2017 21:04:22 +0000\0" "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" @@ -24,7 +24,7 @@ "> >> >> @@ -3123,8 +3123,10 @@ static int sctp_setsockopt_maxseg(struct sock *sk, char __user *optval, unsigned\n" "> >> >>\n" "> >> >> if (asoc) {\n" - "> >> >> if (val == 0) {\n" + "> >> >> if (val = 0) {\n" "> >> >> + struct sctp_af *af = sp->pf->af;\n" "> >> >> val = asoc->pathmtu;\n" "> >> >> - val -= sp->pf->af->net_header_len;\n" @@ -64,10 +64,6 @@ "I'm unsure on how to proceed here. Please advise.\n" "\n" "Thanks,\n" - "Marcelo\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 + Marcelo -3be62b77edd4214edba1f88821fdddc4bb2bcb9c1fe886616bd99244c6b7bc86 +25262cc2763da9fd6da9bddf6bb0dc18d47bd11ed1e2915576075d17b5eadc2d
diff --git a/a/1.txt b/N2/1.txt index 298ed6d..2eeb917 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -54,7 +54,3 @@ I'm unsure on how to proceed here. Please advise. Thanks, Marcelo --- -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/N2/content_digest index de4a601..c382021 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,10 +3,19 @@ "ref\0CAHC9VhR+WoO3UtdXLp+9mQ=c=avpEQ5-W8vTkEWfxXH1EkUS8A@mail.gmail.com\0" "ref\020171212215638.GH3532@localhost.localdomain\0" "ref\0CAHC9VhQ5iQsXum6NVkL-qdzu=bxVcaOscPjTSVufLzRbW_1_Pw@mail.gmail.com\0" - "From\0marcelo.leitner@gmail.com (Marcelo Ricardo Leitner)\0" - "Subject\0[PATCH 2/4] sctp: Add ip option support\0" + "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" + "Subject\0Re: [PATCH 2/4] sctp: Add ip option support\0" "Date\0Thu, 14 Dec 2017 19:04:22 -0200\0" - "To\0linux-security-module@vger.kernel.org\0" + "To\0Paul Moore <paul@paul-moore.com>\0" + "Cc\0Richard Haines <richard_c_haines@btinternet.com>" + selinux@tycho.nsa.gov + netdev@vger.kernel.org + linux-sctp@vger.kernel.org + linux-security-module@vger.kernel.org + Vlad Yasevich <vyasevich@gmail.com> + nhorman@tuxdriver.com + Stephen Smalley <sds@tycho.nsa.gov> + " Eric Paris <eparis@parisplace.org>\0" "\00:1\0" "b\0" "On Tue, Dec 12, 2017 at 05:24:46PM -0500, Paul Moore wrote:\n" @@ -64,10 +73,6 @@ "I'm unsure on how to proceed here. Please advise.\n" "\n" "Thanks,\n" - "Marcelo\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 + Marcelo -3be62b77edd4214edba1f88821fdddc4bb2bcb9c1fe886616bd99244c6b7bc86 +e34a0fe864cead17d0e7783d042a193ed9a0f9d55c8b694a13707525d179b673
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.