Files
linux-legacy/net/8021q
Eric Dumazet a5ad94d1e4 vlan: Fix register_vlan_dev() error path
[ Upstream commit 6b863d1d3239eff0f45c2e6e672f5b56db828db0 ]

In case register_netdevice() returns an error, and a new vlan_group
was allocated and inserted in vlan_group_hash[] we call
vlan_group_free() without deleting group from hash table. Future
lookups can give infinite loops or crashes.

We must delete the vlan_group using RCU safe procedure.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-12-18 13:43:58 -08:00
..
2008-07-05 21:26:57 -07:00
2008-07-08 03:23:36 -07:00
2009-05-29 22:12:32 -07:00
2008-07-05 21:26:57 -07:00
2008-10-28 23:02:34 -07:00