diff for duplicates of <47F81933.4050102@trash.net> diff --git a/a/1.txt b/N1/1.txt index a468617..7e8266e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ Pablo Neira Ayuso wrote: >>> + struct dccp_hdr _hdr, *dh; >>> + >>> + dh = skb_header_pointer(skb, dataoff, sizeof(_hdr), &_hdr); ->>> + if (dh = NULL) +>>> + if (dh == NULL) >>> + return 0; >>> + >> skb_header_pointer() is used for the case of a non-linear skb (has to diff --git a/a/content_digest b/N1/content_digest index 65164ae..96403c1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,14 @@ "ref\047F64C0D.5080700@trash.net\0" + "ref\0alpine.LNX.1.10.0804042152090.26881@fbirervta.pbzchgretzou.qr\0" + "ref\047F74FE7.2040809@netfilter.org\0" "From\0Patrick McHardy <kaber@trash.net>\0" "Subject\0Re: DCCP conntrack/NAT\0" - "Date\0Sun, 06 Apr 2008 00:28:35 +0000\0" - "To\0dccp@vger.kernel.org\0" + "Date\0Sun, 06 Apr 2008 02:28:35 +0200\0" + "To\0Pablo Neira Ayuso <pablo@netfilter.org>\0" + "Cc\0Jan Engelhardt <jengelh@computergmbh.de>" + Gerrit Renker <gerrit@erg.abdn.ac.uk> + dccp@vger.kernel.org + " Netfilter Development Mailinglist <netfilter-devel@vger.kernel.org>\0" "\00:1\0" "b\0" "Pablo Neira Ayuso wrote:\n" @@ -15,7 +21,7 @@ ">>> + struct dccp_hdr _hdr, *dh;\n" ">>> +\n" ">>> + dh = skb_header_pointer(skb, dataoff, sizeof(_hdr), &_hdr);\n" - ">>> + if (dh = NULL)\n" + ">>> + if (dh == NULL)\n" ">>> + return 0;\n" ">>> +\n" ">> skb_header_pointer() is used for the case of a non-linear skb (has to\n" @@ -40,4 +46,4 @@ "The pkt_to_tuple functions may be called for the inner packet of an\n" ICMP message however, which might be in the non-linear area. -3a558ab9dbbfd06bdceb4c6ec807fa57657276acfa6855e009612030572328f0 +83ba4b1ac4f3ab9461e92e59bdd15aa53bd02b005e66b81e0389a3b0de402bab
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.