From: Ilpo Järvinen Date: Tue, 20 Nov 2007 07:24:09 +0000 (-0800) Subject: [TCP] MTUprobe: fix potential sk_send_head corruption X-Git-Tag: v2.6.24-rc4~90^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e42141009ff18297fe19d19296738b742f861db;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed