git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce5cce
)
l2tp: fix a potential skb leak in l2tp_xmit_skb()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Fri, 7 Oct 2011 05:35:46 +0000
(
05:35
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Oct 2011 03:32:00 +0000
(23:32 -0400)
l2tp_xmit_skb() can leak one skb if skb_cow_head() returns an error.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found