Re: [Qemu-devel] [PATCH 3/7] spapr: Fixes a leak in CAS

2019-09-11 Thread Greg Kurz
On Wed, 11 Sep 2019 14:04:48 +1000 David Gibson wrote: > From: Alexey Kardashevskiy > > Add a missing g_free(fdt) if the resulting tree is bigger > than the space allocated by SLOF. > > Signed-off-by: Alexey Kardashevskiy > Signed-off-by: David Gibson > --- Reviewed-by: Greg Kurz >

Re: [Qemu-devel] [PATCH 3/7] spapr: Fixes a leak in CAS

2019-09-11 Thread Cédric Le Goater
On 11/09/2019 06:04, David Gibson wrote: > From: Alexey Kardashevskiy > > Add a missing g_free(fdt) if the resulting tree is bigger > than the space allocated by SLOF. > > Signed-off-by: Alexey Kardashevskiy > Signed-off-by: David Gibson Reviewed-by: Cédric Le Goater Thanks, C. > --- >

[Qemu-devel] [PATCH 3/7] spapr: Fixes a leak in CAS

2019-09-10 Thread David Gibson
From: Alexey Kardashevskiy Add a missing g_free(fdt) if the resulting tree is bigger than the space allocated by SLOF. Signed-off-by: Alexey Kardashevskiy Signed-off-by: David Gibson --- hw/ppc/spapr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index