From: Li RongQing Date: Wed, 18 Jun 2014 05:46:02 +0000 (+0800) Subject: 8021q: fix a potential memory leak X-Git-Tag: omap-for-v3.16/fixes-rc4~53^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=916c1689a09bc1ca81f2d7a34876f8d35aadd11b;p=pandora-kernel.git 8021q: fix a potential memory leak skb_cow called in vlan_reorder_header does not free the skb when it failed, and vlan_reorder_header returns NULL to reset original skb when it is called in vlan_untag, lead to a memory leak. Signed-off-by: Li RongQing Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed