Re: [PATCH 0/2] A pair of memory access problems

2019-11-15 Thread Alex Williamson
On Mon, 11 Nov 2019 11:37:40 +0100 Michal Privoznik wrote: > The first patch fixes a crasher, the second fixes a memleak. > > Michal Privoznik (2): > hw/vfio/pci: Fix double free of migration_blocker > vfio-helpers: Free QEMUVFIOState in qemu_vfio_close() > > hw/vfio/pci.c | 2 ++ >

Re: [PATCH 0/2] A pair of memory access problems

2019-11-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1573468531.git.mpriv...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #

[PATCH 0/2] A pair of memory access problems

2019-11-11 Thread Michal Privoznik
The first patch fixes a crasher, the second fixes a memleak. Michal Privoznik (2): hw/vfio/pci: Fix double free of migration_blocker vfio-helpers: Free QEMUVFIOState in qemu_vfio_close() hw/vfio/pci.c | 2 ++ util/vfio-helpers.c | 1 + 2 files changed, 3 insertions(+) -- 2.23.0