From: Li RongQing Date: Thu, 16 Oct 2014 00:49:41 +0000 (+0800) Subject: vxlan: fix a use after free in vxlan_encap_bypass X-Git-Tag: omap-for-v3.19/prcm-cleanup~58^2~21^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce6502a8f9572179f044a4d62667c4645256d6e4;p=pandora-kernel.git vxlan: fix a use after free in vxlan_encap_bypass when netif_rx() is done, the netif_rx handled skb maybe be freed, and should not be used. Signed-off-by: Li RongQing Signed-off-by: David S. Miller --- Reading git-diff-tree failed