[PATCH 0/5] qemu: backup: Memory handling fixes

Peter Krempa posted 5 patches 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1592892032.git.pkrempa@redhat.com
src/qemu/qemu_backup.c | 35 ++++++++++++++++-------------------
1 file changed, 16 insertions(+), 19 deletions(-)
[PATCH 0/5] qemu: backup: Memory handling fixes
Posted by Peter Krempa 3 years, 9 months ago
See individual patches.

Peter Krempa (5):
  qemuBackupBegin: Don't leak 'def' on early failures
  qemu: backup: Initialize 'store' source properly and just once
  qemuBackupDiskStarted: Fix improper dereference of array
  qemuBackupDiskDataCleanupOne: Don't exit early when the job has
    started
  qemuBackupDiskDataCleanupOne: Free 'incrementalBitmap'

 src/qemu/qemu_backup.c | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

-- 
2.26.2

Re: [PATCH 0/5] qemu: backup: Memory handling fixes
Posted by Ján Tomko 3 years, 9 months ago
On a Tuesday in 2020, Peter Krempa wrote:
>See individual patches.
>
>Peter Krempa (5):
>  qemuBackupBegin: Don't leak 'def' on early failures
>  qemu: backup: Initialize 'store' source properly and just once
>  qemuBackupDiskStarted: Fix improper dereference of array
>  qemuBackupDiskDataCleanupOne: Don't exit early when the job has
>    started
>  qemuBackupDiskDataCleanupOne: Free 'incrementalBitmap'
>
> src/qemu/qemu_backup.c | 35 ++++++++++++++++-------------------
> 1 file changed, 16 insertions(+), 19 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano