Re: [PATCH] bonding: Fix resource use after free

2007-11-13 Thread David Miller
From: Jay Vosburgh <[EMAIL PROTECTED]> Date: Mon, 12 Nov 2007 18:15:36 -0800 > Fix bond_destroy and bond_free_all to not reference the > struct net_device after calling unregister_netdevice. > > Bug and offending change reported by Moni Shoua <[EMAIL PROTECTED]> > > Signed-off-by: Ja

[PATCH] bonding: Fix resource use after free

2007-11-12 Thread Jay Vosburgh
Fix bond_destroy and bond_free_all to not reference the struct net_device after calling unregister_netdevice. Bug and offending change reported by Moni Shoua <[EMAIL PROTECTED]> Signed-off-by: Jay Vosburgh <[EMAIL PROTECTED]> --- Copying DaveM since Jeff is out this week