Re: [libvirt] [PATCH v2] util: Check for NULL 'dev' on input to usbFreeDevice

2013-01-08 Thread Eric Blake
On 01/08/2013 05:45 AM, Daniel P. Berrange wrote: > On Tue, Jan 08, 2013 at 07:42:26AM -0500, John Ferlan wrote: >> Added 'usbFreeDevice' to the useless_free_options list in cfg.mk >> --- >> cfg.mk| 1 + >> src/util/virusb.c | 5 +++-- >> 2 files changed, 4 insertions(+), 2 deletions(-

[libvirt] [PATCH v2] util: Check for NULL 'dev' on input to usbFreeDevice

2013-01-08 Thread John Ferlan
Added 'usbFreeDevice' to the useless_free_options list in cfg.mk --- cfg.mk| 1 + src/util/virusb.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cfg.mk b/cfg.mk index f9270b0..ab163af 100644 --- a/cfg.mk +++ b/cfg.mk @@ -98,6 +98,7 @@ useless_free_options =

Re: [libvirt] [PATCH v2] util: Check for NULL 'dev' on input to usbFreeDevice

2013-01-08 Thread Daniel P. Berrange
On Tue, Jan 08, 2013 at 07:42:26AM -0500, John Ferlan wrote: > Added 'usbFreeDevice' to the useless_free_options list in cfg.mk > --- > cfg.mk| 1 + > src/util/virusb.c | 5 +++-- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/cfg.mk b/cfg.mk > index f9270b0..ab16