From: Patrick McHardy Date: Tue, 10 Jan 2006 00:44:00 +0000 (-0800) Subject: [NETFILTER]: Fix another crash in ip_nat_pptp X-Git-Tag: v2.6.16-rc1~446^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b9feca89366952ae5dfe4ad8107b1ece50b710;p=pandora-kernel.git [NETFILTER]: Fix another crash in ip_nat_pptp The PPTP NAT helper calculates the offset at which the packet needs to be mangled as difference between two pointers to the header. With non-linear skbs however the pointers may point to two seperate buffers on the stack and the calculation results in a wrong offset beeing used. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed