On Thu, Apr 13, 2017 at 11:37:05PM +0200, Pablo Neira Ayuso wrote:
> On Mon, Apr 10, 2017 at 06:36:03PM +0800, gfree.w...@foxmail.com wrote:
> > From: Gao Feng <f...@ikuai8.com>
> > 
> > The current call path of nf_ct_tcp_seqadj_set is the following.
> > 
> > nfqnl_recv_verdict->ctnetlink_glue_hook->ctnetlink_glue_seqadj
> > ->nf_ct_tcp_seqadj_set.
> > 
> > It couldn't make sure the TCP header is in the linear data part.
> > So use the skb_header_pointer instead of the current codes.
> > 
> > BTW, the nf_ct_tcp_seqadj_set is one external function of netfilter
> > which works in the network layer, it should not assume the transport
> > header is in the linear data.
> 
> Applied.
> 
> I wish you fix your mail client setup, it is a mess. I always have to
> figure out which patch is correct in the large bunch.  You have to be
> more careful.

Wait, I'm dropping this.

Caller already guarantee that this area has been skb_make_writable via
payload mangle, right?

Please, have a closer look.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to