]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: avoid null dereference on failed migration
authorEric Blake <eblake@redhat.com>
Mon, 1 Mar 2010 14:34:33 +0000 (15:34 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 1 Mar 2010 14:34:33 +0000 (15:34 +0100)
commitbef10f9a058454ca90fc2eee7c4de182b836d5fd
treef5e5c55589581a768d873d7c1bc04b08e09f93e6
parentb769339295cc6348c25e471e60608b93bdd155df
qemu: avoid null dereference on failed migration

* src/qemu/qemu_monitor_text.c: qemuMonitorTextGetMigrationStatus: Check for
  failed strchr, to silence a coverity warning.
src/qemu/qemu_monitor_text.c