Re: [Qemu-devel] [PATCH] cmd: Fix potential NULL pointer dereference

2011-10-31 Thread Pavel Borzenkov
On Mon, Oct 31, 2011 at 10:27 AM, Markus Armbruster wrote: > Pavel Borzenkov writes: > >> Signed-off-by: Pavel Borzenkov >> --- >> Note, that almost all code in the file violates CODING STYLE. The changed >> lines >> are written wrt CODING STYLE (like commits 7d7d975c and c32d766a). >> >> --- >

Re: [Qemu-devel] [PATCH] cmd: Fix potential NULL pointer dereference

2011-10-30 Thread Markus Armbruster
Pavel Borzenkov writes: > Signed-off-by: Pavel Borzenkov > --- > Note, that almost all code in the file violates CODING STYLE. The changed > lines > are written wrt CODING STYLE (like commits 7d7d975c and c32d766a). > > --- > > cmd.c | 11 +++ > 1 files changed, 3 insertions(+), 8 de

[Qemu-devel] [PATCH] cmd: Fix potential NULL pointer dereference

2011-10-28 Thread Pavel Borzenkov
Signed-off-by: Pavel Borzenkov --- Note, that almost all code in the file violates CODING STYLE. The changed lines are written wrt CODING STYLE (like commits 7d7d975c and c32d766a). --- cmd.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/cmd.c b/cmd.c index f