Files
linux/net
Eric Dumazet bd8a7036c0 gre: fix a possible skb leak
commit 68c3316311 ("v4 GRE: Add TCP segmentation offload for GRE")
added a possible skb leak, because it frees only the head of segment
list, in case a skb_linearize() call fails.

This patch adds a kfree_skb_list() helper to fix the bug.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Pravin B Shelar <pshelar@nicira.com>
Cc: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-25 16:07:44 -07:00
..
2013-05-14 13:02:30 -07:00
2013-06-25 16:07:44 -07:00
2013-03-17 14:35:13 -04:00
2013-03-28 01:20:42 -04:00
2013-06-25 16:07:44 -07:00
2013-06-13 02:39:04 -07:00
2013-04-25 01:47:58 -04:00
2013-03-08 00:35:44 -05:00
2013-04-09 14:13:35 -04:00
2013-02-10 19:41:08 -05:00