Re: [libvirt] [PATCH] virsh: don't crash if shutdown --mode not provided

2012-12-03 Thread Daniel P. Berrange
On Fri, Nov 30, 2012 at 02:56:08PM -0700, Eric Blake wrote: virStringSplit requires a non-NULL input, but commit cef78ed forgot to follow the rule. * tools/virsh-domain.c (cmdReboot, cmdShutdown): Avoid NULL deref. --- Pushing under the build-breaker rule. tools/virsh-domain.c | 12

[libvirt] [PATCH] virsh: don't crash if shutdown --mode not provided

2012-11-30 Thread Eric Blake
virStringSplit requires a non-NULL input, but commit cef78ed forgot to follow the rule. * tools/virsh-domain.c (cmdReboot, cmdShutdown): Avoid NULL deref. --- Pushing under the build-breaker rule. tools/virsh-domain.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff