Re: [Qemu-devel] [PATCH] qga: fix 'driver' leak in guest-get-fsinfo

2018-07-06 Thread Michael Roth
Quoting Marc-André Lureau (2018-07-05 11:16:29) > 'driver' is leaked when the loop is not broken. > > Leak introduced by commit 743c71d03c20d64f2bae5fba6f26cdf5e4b1bda6, > spotted by ASAN. > > Signed-off-by: Marc-André Lureau Thanks, applied to qga tree: https://github.com/mdroth/qemu/commits

Re: [Qemu-devel] [PATCH] qga: fix 'driver' leak in guest-get-fsinfo

2018-07-05 Thread Laszlo Ersek
On 07/05/18 18:16, Marc-André Lureau wrote: > 'driver' is leaked when the loop is not broken. > > Leak introduced by commit 743c71d03c20d64f2bae5fba6f26cdf5e4b1bda6, > spotted by ASAN. > > Signed-off-by: Marc-André Lureau > --- > qga/commands-posix.c | 1 + > 1 file changed, 1 insertion(+) > >

[Qemu-devel] [PATCH] qga: fix 'driver' leak in guest-get-fsinfo

2018-07-05 Thread Marc-André Lureau
'driver' is leaked when the loop is not broken. Leak introduced by commit 743c71d03c20d64f2bae5fba6f26cdf5e4b1bda6, spotted by ASAN. Signed-off-by: Marc-André Lureau --- qga/commands-posix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 23