diff for duplicates of <48BCD393.6020100@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index 15d89d1..aa5dfe0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -111,9 +111,9 @@ Gerrit Renker wrote: Here, should check (len > DCCP_SINGLE_OPT_MAXLEN - 3 - repeat_first)? -if len = DCCP_SINGLE_OPT_MAXLEN - 2, then +if len == DCCP_SINGLE_OPT_MAXLEN - 2, then -tot_len = 3 + repeat_first + len = (DCCP_SINGLE_OPT_MAXLEN + 1 + +tot_len = 3 + repeat_first + len == (DCCP_SINGLE_OPT_MAXLEN + 1 + repeat_first) The total length of this option will larger than DCCP_SINGLE_OPT_MAXLEN. @@ -122,7 +122,7 @@ The total length of this option will larger than DCCP_SINGLE_OPT_MAXLEN. > > - DCCP_SKB_CB(skb)->dccpd_opt_len += len + 3; -> + if (unlikely(val = NULL || len = 0)) +> + if (unlikely(val == NULL || len == 0)) > + len = repeat_first = 0; > + tot_len = 3 + repeat_first + len; > + diff --git a/a/content_digest b/N1/content_digest index 67fe831..536c874 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,26 @@ + "ref\0dccp_featneg_last_call_for_comments\0" + "ref\01219945512-7723-5-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-6-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-7-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-8-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-9-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-10-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-11-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-12-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-13-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-14-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-15-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-16-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-17-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\0 1219945512-7723-18-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-19-git-send-email-gerrit@erg.abdn.ac.uk\0" "ref\01219945512-7723-20-git-send-email-gerrit@erg.abdn.ac.uk\0" "From\0Wei Yongjun <yjwei@cn.fujitsu.com>\0" "Subject\0Re: [PATCH 19/37] dccp: Header option insertion routine for feature-negotiation\0" - "Date\0Tue, 02 Sep 2008 05:48:03 +0000\0" - "To\0dccp@vger.kernel.org\0" + "Date\0Tue, 02 Sep 2008 13:48:03 +0800\0" + "To\0Gerrit Renker <gerrit@erg.abdn.ac.uk>\0" + "Cc\0dccp@vger.kernel.org" + " netdev@vger.kernel.org\0" "\00:1\0" "b\0" "Gerrit Renker wrote:\n" @@ -118,9 +136,9 @@ "\n" "Here, should check (len > DCCP_SINGLE_OPT_MAXLEN - 3 - repeat_first)?\n" "\n" - "if len = DCCP_SINGLE_OPT_MAXLEN - 2, then\n" + "if len == DCCP_SINGLE_OPT_MAXLEN - 2, then\n" "\n" - "tot_len = 3 + repeat_first + len = (DCCP_SINGLE_OPT_MAXLEN + 1 +\n" + "tot_len = 3 + repeat_first + len == (DCCP_SINGLE_OPT_MAXLEN + 1 +\n" "repeat_first)\n" "\n" "The total length of this option will larger than DCCP_SINGLE_OPT_MAXLEN.\n" @@ -129,7 +147,7 @@ "\n" "> \n" "> -\tDCCP_SKB_CB(skb)->dccpd_opt_len += len + 3;\n" - "> +\tif (unlikely(val = NULL || len = 0))\n" + "> +\tif (unlikely(val == NULL || len == 0))\n" "> +\t\tlen = repeat_first = 0;\n" "> +\ttot_len = 3 + repeat_first + len;\n" "> +\n" @@ -234,4 +252,4 @@ "--------------------------------------------------\n" This communication is for use by the intended recipient(s) only and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not an intended recipient of this communication, you are hereby notified that any dissemination, distribution or copying hereof is strictly prohibited. If you have received this communication in error, please notify me by reply e-mail, permanently delete this communication from your system, and destroy any hard copies you may have printed -3a33d40006a6757300bc220791bf66bb9ae5d819db9f46de84fbc6376ae37937 +7174becf4cb7e6e360d01e0239d8f77f38b07227dd97885ec6345bf9a23d8486
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.