commit | 03b9feca89366952ae5dfe4ad8107b1ece50b710 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Jan 09 16:44:00 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jan 10 12:54:32 2006 -0800 |
tree | 401e94d15d3f28a759ce716b8b5a742f5d32a520 | |
parent | 15db34702cfafd24acc60295cf14861e497502ab [diff] |
[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 <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>