Re: [libvirt PATCH] Fix incorrect g_new0 conversions

2020-10-06 Thread Martin Kletzander
On Tue, Oct 06, 2020 at 03:05:11PM +0200, Ján Tomko wrote: On a Tuesday in 2020, Martin Kletzander wrote: On Tue, Oct 06, 2020 at 01:15:01PM +0200, Ján Tomko wrote: I left in a 'return' or 'goto cleanup' in a few places that where I did the conversion manually. Did you mean s/that// maybe?

Re: [libvirt PATCH] Fix incorrect g_new0 conversions

2020-10-06 Thread Ján Tomko
On a Tuesday in 2020, Martin Kletzander wrote: On Tue, Oct 06, 2020 at 01:15:01PM +0200, Ján Tomko wrote: I left in a 'return' or 'goto cleanup' in a few places that where I did the conversion manually. Did you mean s/that// maybe? Thanks, I fixed it before you pointed it out. Did you

Re: [libvirt PATCH] Fix incorrect g_new0 conversions

2020-10-06 Thread Martin Kletzander
On Tue, Oct 06, 2020 at 01:15:01PM +0200, Ján Tomko wrote: I left in a 'return' or 'goto cleanup' in a few places that where I did the conversion manually. Did you mean s/that// maybe? Signed-off-by: Ján Tomko Reported-by: John Ferlan --- src/esx/esx_storage_backend_vmfs.c | 1 -

Re: [libvirt PATCH] Fix incorrect g_new0 conversions

2020-10-06 Thread John Ferlan
On 10/6/20 7:15 AM, Ján Tomko wrote: > I left in a 'return' or 'goto cleanup' in a few places that > where I did the conversion manually. > > Signed-off-by: Ján Tomko > Reported-by: John Ferlan > --- > src/esx/esx_storage_backend_vmfs.c | 1 - > src/libxl/libxl_capabilities.c

[libvirt PATCH] Fix incorrect g_new0 conversions

2020-10-06 Thread Ján Tomko
I left in a 'return' or 'goto cleanup' in a few places that where I did the conversion manually. Signed-off-by: Ján Tomko Reported-by: John Ferlan --- src/esx/esx_storage_backend_vmfs.c | 1 - src/libxl/libxl_capabilities.c | 2 -- src/libxl/libxl_driver.c