mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
qemu: fix double free in qemuMigrationPrepareDirect
Remove assignment of the string freed by virURIFree to hostname, since it's not used anywhere. Double free introduced by ddf8ad8, useless code introduced by f03dcc5. https://bugzilla.redhat.com/show_bug.cgi?id=977961 (cherry picked from commit 5744d96f211160d406ec0498c2f814a67d1a3fc8)
This commit is contained in:
parent
7d3a7c8da0
commit
b1eaa535db
@ -2596,8 +2596,6 @@ qemuMigrationPrepareDirect(virQEMUDriverPtr driver,
|
||||
virReportError(VIR_ERR_INVALID_ARG, _("missing host in migration"
|
||||
" URI: %s"), uri_in);
|
||||
goto cleanup;
|
||||
} else {
|
||||
hostname = uri->server;
|
||||
}
|
||||
|
||||
if (uri->port == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user