]> xenbits.xensource.com Git - libvirt.git/commit
qemu migration: avoid NULL-deref given an invalid input
authorJim Meyering <meyering@redhat.com>
Mon, 14 Dec 2009 16:02:56 +0000 (17:02 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 15 Dec 2009 10:26:24 +0000 (11:26 +0100)
commit643ee3fa44809971476e6fd70d2c81caf1fc2524
treef860b650edbff274b21b027df80c6f385328a208
parent1428704d2a8860f3c9feb96dd1eb38c1f7bff7e8
qemu migration: avoid NULL-deref given an invalid input

* src/qemu/qemu_driver.c (doNonTunnelMigrate): Don't let a
NULL "uri_out" provoke a NULL-dereference in doNativeMigrate:
supply omitted goto-after-qemudReportError.
src/qemu/qemu_driver.c