Re: [PATCH 0/2] qemu: blockjob: Fix two issues with block pull job finishing

2021-04-12 Thread Pavel Hrdina
On Mon, Apr 12, 2021 at 05:57:44PM +0200, Peter Krempa wrote: > Peter Krempa (2): > qemuBlockJobProcessEventCompletedPull: Avoid dangling pointer after > blockpull > qemuBlockJobProcessEventCompletedPull: Add backingStore terminators if > base is NULL Reviewed-by: Pavel Hrdina signa

[PATCH 0/2] qemu: blockjob: Fix two issues with block pull job finishing

2021-04-12 Thread Peter Krempa
Peter Krempa (2): qemuBlockJobProcessEventCompletedPull: Avoid dangling pointer after blockpull qemuBlockJobProcessEventCompletedPull: Add backingStore terminators if base is NULL src/qemu/qemu_blockjob.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) --