[libvirt] [PATCH] Fix node dumpxml infinite loop

With current git, doing: 'virsh nodedev-dumpxml computer' locks up the daemon. The list iteration in update_caps was only happening conditionally: if that condition wasn't met, we loop forever. - Cole

On Wed, Jul 01, 2009 at 04:19:09PM -0400, Cole Robinson wrote:
With current git, doing:
'virsh nodedev-dumpxml computer'
locks up the daemon. The list iteration in update_caps was only happening conditionally: if that condition wasn't met, we loop forever.
Ouch, right, clearly a bug ! Applied and commited, Thanks ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
participants (3)
-
Cole Robinson
-
Daniel Veillard
-
Dave Allan