libvirt/src/bhyve
Peter Krempa e8a396682b bhyveConnectDomainXMLToNative: Fix memory leak in incorrect virCommandToString usage
virCommandToString returns an allocated buffer, so using it directly as
argument of virBufferAdd which doesn't consume the string causes it to
be leaked. Switch to virBufferToStringBuf since we are already using a
buffer.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2021-06-15 16:58:07 +02:00
..
bhyve_capabilities.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_capabilities.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_command.c virDomainAudioDef: Change type of "type" to virDomainAudioType 2021-05-20 11:52:23 +02:00
bhyve_command.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_conf.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_conf.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_device.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_device.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_domain.c conf: domain: Convert virDomainDiskDef's 'bus' to virDomainDiskBus 2021-04-19 14:44:00 +02:00
bhyve_domain.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_driver.c bhyveConnectDomainXMLToNative: Fix memory leak in incorrect virCommandToString usage 2021-06-15 16:58:07 +02:00
bhyve_driver.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_firmware.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_firmware.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_monitor.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_monitor.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_parse_command.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_parse_command.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_process.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_process.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve_utils.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bhyve.conf bhyve: add config file support 2017-03-14 20:46:05 +04:00
libvirtd_bhyve.aug src: fix word spell typos 2020-07-09 10:01:41 +02:00
meson.build bhyve: add <os firmware='efi'> support 2021-03-20 07:53:45 +04:00
test_libvirtd_bhyve.aug.in build: use @CONFIG@ instead of ::CONFIG:: in augeas tests 2019-08-09 14:06:31 +01:00