1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00
Peter Krempa 4b57f76502 qemu: Don't steal pointers from 'persistentDef' in qemuDomainGetBlockIoTune
While the code path that queries the monitor allocates a separate copy
of the 'group_name' string the path querying the config would not copy
it. The call to virTypedParameterAssign would then steal the pointer
(without clearing it) and the RPC layer freed it. Any subsequent call
resulted into a crash.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1433183
2017-03-17 11:12:33 +01:00
..
2017-03-08 17:33:07 +01:00
2017-03-15 14:16:32 +01:00
2017-03-15 17:04:33 +01:00
2017-03-15 17:04:33 +01:00
2017-03-15 17:04:33 +01:00
2017-03-08 17:33:07 +01:00
2017-03-15 16:55:23 +01:00
2017-03-15 16:55:23 +01:00
2017-03-08 17:33:07 +01:00
2017-03-08 17:33:07 +01:00