Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
libvirt.1263
c285ffc4-virsh-mig-initdata.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File c285ffc4-virsh-mig-initdata.patch of Package libvirt.1263
commit c285ffc4c2f042941acc44406bdd442252d1b0aa Author: Ján Tomko <jtomko@redhat.com> Date: Tue Aug 26 13:18:43 2014 +0200 virsh: Initialize vshData in cmdMigrate If the virConnect did not succeeed, we called virConnectClose on uninitialized data. Introduced by commit 7eabd55. Index: libvirt-1.2.5/tools/virsh-domain.c =================================================================== --- libvirt-1.2.5.orig/tools/virsh-domain.c +++ libvirt-1.2.5/tools/virsh-domain.c @@ -9023,7 +9023,7 @@ cmdMigrate(vshControl *ctl, const vshCmd bool functionReturn = false; int timeout = 0; bool live_flag = false; - vshCtrlData data; + vshCtrlData data = { .dconn = NULL }; if (!(dom = vshCommandOptDomain(ctl, cmd, NULL))) return false;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor