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:
4e8febd
)
vxlan: fix a use after free in vxlan_encap_bypass
author
Li RongQing
<roy.qing.li@gmail.com>
Thu, 16 Oct 2014 00:49:41 +0000
(08:49 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Oct 2014 03:30:28 +0000
(23:30 -0400)
when netif_rx() is done, the netif_rx handled skb maybe be freed,
and should not be used.
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
patch
|
blob
|
history
diff --cc
drivers/net/vxlan.c
Simple merge