From: Pablo Neira Ayuso Date: Mon, 10 Jun 2013 23:51:31 +0000 (+0200) Subject: netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr() X-Git-Tag: v3.10~13^2~42^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed82c437320c48a4032492f4a55a7e2c934158b6;p=pandora-kernel.git netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr() In (bc6bcb5 netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundary), the use of tcp_hdr was introduced. However, we cannot assume that skb->transport_header is set for non-local packets. Cc: Florian Westphal Reported-by: Phil Oester Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed