[libvirt] [PATCH] Fix free of invalid pointer in node_device_driver

2010-01-06 Thread Jim Fehlig
If device does not have a driver, an uninitialized pointer was being free()'d in node_device_driver. Here's a small patch to fix it. Regards, Jim commit 49d8d703e4ac3253155871f97350bec10a15dfaf Author: Jim Fehlig jfeh...@novell.com Date: Wed Jan 6 17:17:08 2010 -0700 Fix free of invalid

Re: [libvirt] [PATCH] Fix free of invalid pointer in node_device_driver

2010-01-06 Thread Matthias Bolte
2010/1/7 Jim Fehlig jfeh...@novell.com: If device does not have a driver, an uninitialized pointer was being free()'d in node_device_driver.  Here's a small patch to fix it. Regards, Jim I posted the same patch 3 days ago and DV ACKed it today. Haven't pushed it yet, but I'll do so now.

Re: [libvirt] [PATCH] Fix free of invalid pointer in node_device_driver

2010-01-06 Thread Jim Fehlig
Matthias Bolte wrote: 2010/1/7 Jim Fehlig jfeh...@novell.com: If device does not have a driver, an uninitialized pointer was being free()'d in node_device_driver. Here's a small patch to fix it. Regards, Jim I posted the same patch 3 days ago and DV ACKed it today. Haven't