commit | 6e42141009ff18297fe19d19296738b742f861db | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Mon Nov 19 23:24:09 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 19 23:24:09 2007 -0800 |
tree | 6bbe19922e9b24d0ce4df6effc45abcf0aa2af51 | |
parent | 1f8170b0ecd8363847792b3b1f269e9d8e10391a [diff] |
[TCP] MTUprobe: fix potential sk_send_head corruption When the abstraction functions got added, conversion here was made incorrectly. As a result, the skb may end up pointing to skb which got included to the probe skb and then was freed. For it to trigger, however, skb_transmit must fail sending as well. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>