Re: [libvirt] [PATCH 4/5] virsh: Resolve possible NULL dereference

2013-02-14 Thread Peter Krempa
On 02/14/13 17:42, John Ferlan wrote: Coverity found that commit '41b5e845' had a possible NULL dereference on arg->data processing --- tools/virsh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 4f75e8e..f5a01b3 100644 --- a/tools/

[libvirt] [PATCH 4/5] virsh: Resolve possible NULL dereference

2013-02-14 Thread John Ferlan
Coverity found that commit '41b5e845' had a possible NULL dereference on arg->data processing --- tools/virsh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 4f75e8e..f5a01b3 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -1,7 +1,7 @