commit | af443b6d90de17f7630621269cf0610d9d772670 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Nov 28 20:10:21 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Nov 28 20:59:38 2006 -0800 |
tree | bd329577450b1d152813117d47796c65a45b39d4 | |
parent | 2e47c264a2e6ea24c27b4987607222202818c1f4 [diff] |
[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 <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>