linux/net/8021q
Cong Wang 4a7df340ed 8021q: fix a potential use-after-free
vlan_vid_del() could possibly free ->vlan_info after a RCU grace
period, however, we may still refer to the freed memory area
by 'grp' pointer. Found by code inspection.

This patch moves vlan_vid_del() as behind as possible.

Cc: Patrick McHardy <kaber@trash.net>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-03-24 17:27:28 -04:00
..
Kconfig
Makefile
vlan_core.c
vlan_dev.c
vlan_gvrp.c
vlan_mvrp.c
vlan_netlink.c
vlan.c 8021q: fix a potential use-after-free 2013-03-24 17:27:28 -04:00
vlan.h
vlanproc.c
vlanproc.h