From: Patrick McHardy Date: Wed, 29 Nov 2006 04:10:21 +0000 (-0800) Subject: [NETFILTER]: ipt_REJECT: fix memory corruption X-Git-Tag: v2.6.19~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af443b6d90de17f7630621269cf0610d9d772670;p=pandora-kernel.git [NETFILTER]: ipt_REJECT: fix memory corruption On devices with hard_header_len > LL_MAX_HEADER ip_route_me_harder() reallocates the skb, leading to memory corruption when using the stale tcph pointer to update the checksum. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed