libvirt/src/qemu
Peter Krempa 03e8d5fb54 qemu: perf: Fix crash/memory corruption on failed VM start
The new perf code didn't bother to clear a pointer in 'priv' causing a
double free or other memory corruption goodness if a VM failed to start.

Clear the pointer after freeing the memory.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1324757
2016-04-07 12:50:15 +02:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_alias.c qemu: alias: Fix calculation of memory device aliases 2016-04-07 09:54:40 +02:00
qemu_alias.h qemu: alias: Fix calculation of memory device aliases 2016-04-07 09:54:40 +02:00
qemu_blockjob.c conf: add caps to virDomainObjFormat/SaveStatus 2016-02-05 10:57:08 +00:00
qemu_blockjob.h
qemu_capabilities.c qemu: Add capability bit for qemu secret object 2016-04-06 20:27:09 -04:00
qemu_capabilities.h qemu: Add capability bit for qemu secret object 2016-04-06 20:27:09 -04:00
qemu_capspriv.h
qemu_cgroup.c Implement qemuSetupGlobalCpuCgroup 2016-03-01 14:30:11 +00:00
qemu_cgroup.h Implement qemuSetupGlobalCpuCgroup 2016-03-01 14:30:11 +00:00
qemu_command.c secret: Introduce virSecretGetSecretString 2016-04-06 20:31:21 -04:00
qemu_command.h conf: store bootindex as unsigned int 2016-04-06 09:27:23 +02:00
qemu_conf.c qemu: Move PORT definitions to qemu_conf.c 2016-02-17 11:07:21 -05:00
qemu_conf.h
qemu_domain_address.c qemu: Introduce qemuBuildControllerDevCommandLine 2016-03-11 06:17:06 -05:00
qemu_domain_address.h qemu: Introduce qemuBuildControllerDevCommandLine 2016-03-11 06:17:06 -05:00
qemu_domain.c qemu: Create domain master key 2016-04-06 20:27:09 -04:00
qemu_domain.h qemu: Create domain master key 2016-04-06 20:27:09 -04:00
qemu_driver.c conf: store bootindex as unsigned int 2016-04-06 09:27:23 +02:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: alias: Fix calculation of memory device aliases 2016-04-07 09:54:40 +02:00
qemu_hotplug.h
qemu_hotplugpriv.h
qemu_interface.c autocreate tap device for ethernet network type 2016-03-23 11:37:59 +00:00
qemu_interface.h autocreate tap device for ethernet network type 2016-03-23 11:37:59 +00:00
qemu_migration.c migration: convert speed from MiB/sec to bytes/sec in drive-mirror jobs 2016-04-01 10:58:47 +02:00
qemu_migration.h qemu: Handle post-copy migration failures 2016-03-21 15:15:46 +01:00
qemu_monitor_json.c qemu: monitor: Remove JSON impls of drive_add and drive_del 2016-03-29 15:25:16 +02:00
qemu_monitor_json.h qemu: monitor: Remove JSON impls of drive_add and drive_del 2016-03-29 15:25:16 +02:00
qemu_monitor_text.c qemu: monitor: Remove JSON impls of drive_add and drive_del 2016-03-29 15:25:16 +02:00
qemu_monitor_text.h qemu: monitor: Drop qemuMonitorAttachDrive and leaves in call tree 2016-03-29 15:23:10 +02:00
qemu_monitor.c qemu: monitor: Remove JSON impls of drive_add and drive_del 2016-03-29 15:25:16 +02:00
qemu_monitor.h qemu: monitor: Drop qemuMonitorAttachDrive and leaves in call tree 2016-03-29 15:23:10 +02:00
qemu_parse_command.c conf: qemu: Add support for more HyperV Enlightenment features 2016-03-28 13:10:18 -04:00
qemu_parse_command.h qemu: parse: rename qemuCaps->caps 2016-02-19 09:45:23 -05:00
qemu_process.c qemu: perf: Fix crash/memory corruption on failed VM start 2016-04-07 12:50:15 +02:00
qemu_process.h qemu_process: introduce qemuProcessCreatePretendCmd 2016-03-22 15:15:48 +01:00
qemu_processpriv.h
qemu.conf
test_libvirtd_qemu.aug.in
THREADS.txt