commit | 15db34702cfafd24acc60295cf14861e497502ab | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Jan 09 16:43:43 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jan 10 12:54:30 2006 -0800 |
tree | 541d18bb0b8e1d915ca258d16ea79df730b8f0b7 | |
parent | bb94aa169eaa6e713a429370d37388722f08666f [diff] |
[NETFILTER]: Fix crash in ip_nat_pptp When an inbound PPTP_IN_CALL_REQUEST packet is received the PPTP NAT helper uses a NULL pointer in pointer arithmentic to calculate the offset in the packet which needs to be mangled and corrupts random memory or crashes. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>