Orit Wasserman <owass...@redhat.com> wrote: > From: "Gonglei (Arei)" <arei.gong...@huawei.com> > > When qemu do live migration with xbzrle, qemu malloc decoded_buf > at destination end but free it at source end. It will crash qemu > by double free error in some scenarios. Splitting the XBZRLE structure > for clear logic distinguishing src/dst side. > > Signed-off-by: ChenLiang <chenlian...@huawei.com> > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> > Reviewed-by: Orit Wasserman <owass...@redhat.com> > Signed-off-by: GongLei <arei.gong...@huawei.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> Good catch O:-)