From: David Vrabel <david.vra...@citrix.com>
Date: Wed, 27 May 2015 15:46:10 +0100

> xennet_remove() freed the queues before freeing the netdevice which
> results in a use-after-free when free_netdev() tries to delete the
> napi instances that have already been freed.
> 
> Fix this by fully destroy the queues (which includes deleting the napi
> instances) before freeing the netdevice.
> 
> Signed-off-by: David Vrabel <david.vra...@citrix.com>

Applied, thanks David.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to