diff options
author | Li RongQing <roy.qing.li@gmail.com> | 2014-06-18 13:46:02 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-28 08:05:59 -0700 |
commit | 73035bc31e9d63e6e4004bb31d4534e9c755ac30 (patch) | |
tree | 2172a782a3d7b8433a4273a95d1ad67be6e24f73 /drivers/net | |
parent | d6d1d62a3900eb3f0d9660326fa985229be7830c (diff) |
8021q: fix a potential memory leak
[ Upstream commit 916c1689a09bc1ca81f2d7a34876f8d35aadd11b ]
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 <roy.qing.li@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions