Re: [libvirt] [PATCH] vbox: avoid provoking assertions in VBoxSVC

2012-04-22 Thread Matthias Bolte
Am 20. April 2012 08:48 schrieb Matthias Bolte : > Am 20. April 2012 01:07 schrieb Eric Blake : >> On 04/17/2012 10:50 AM, Eric Blake wrote: >>> On 04/13/2012 07:04 AM, Jean-Baptiste Rouault wrote: Passing a NULL pointer to IMachine::delete virtualbox API causes VBoxSVC to raise an assert

Re: [libvirt] [PATCH] vbox: avoid provoking assertions in VBoxSVC

2012-04-20 Thread Matthias Bolte
Am 20. April 2012 01:07 schrieb Eric Blake : > On 04/17/2012 10:50 AM, Eric Blake wrote: >> On 04/13/2012 07:04 AM, Jean-Baptiste Rouault wrote: >>> Passing a NULL pointer to IMachine::delete virtualbox API >>> causes VBoxSVC to raise an assertion. This patch passes >>> an empty array instead. >>>

Re: [libvirt] [PATCH] vbox: avoid provoking assertions in VBoxSVC

2012-04-19 Thread Eric Blake
On 04/17/2012 10:50 AM, Eric Blake wrote: > On 04/13/2012 07:04 AM, Jean-Baptiste Rouault wrote: >> Passing a NULL pointer to IMachine::delete virtualbox API >> causes VBoxSVC to raise an assertion. This patch passes >> an empty array instead. >> --- >> src/vbox/vbox_tmpl.c |3 ++- >> 1 files

Re: [libvirt] [PATCH] vbox: avoid provoking assertions in VBoxSVC

2012-04-17 Thread Eric Blake
On 04/13/2012 07:04 AM, Jean-Baptiste Rouault wrote: > Passing a NULL pointer to IMachine::delete virtualbox API > causes VBoxSVC to raise an assertion. This patch passes > an empty array instead. > --- > src/vbox/vbox_tmpl.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff

[libvirt] [PATCH] vbox: avoid provoking assertions in VBoxSVC

2012-04-13 Thread Jean-Baptiste Rouault
Passing a NULL pointer to IMachine::delete virtualbox API causes VBoxSVC to raise an assertion. This patch passes an empty array instead. --- src/vbox/vbox_tmpl.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/vbox/vbox_tmpl.c b/src/vbox/vbox_tmpl.c index 68e3b05..b