Re: [Qemu-devel] [PATCH 1/3] vnc: fix qemu crash when not configure vnc option

2015-01-29 Thread Gonglei
On 2015/1/30 0:14, Don Slutz wrote: > On 01/29/15 07:52, arei.gong...@huawei.com wrote: >> From: Gonglei >> >> Reproducer: >> $ x86_64-softmmu/qemu-system-x86_64 >> qemu-system-x86_64: Invalid parameter 'to' >> Segmentation fault (core dumped) >> >> Signed-off-by: Gonglei >> --- >> ui/vnc.c | 9

Re: [Qemu-devel] [PATCH 1/3] vnc: fix qemu crash when not configure vnc option

2015-01-29 Thread Don Slutz
On 01/29/15 07:52, arei.gong...@huawei.com wrote: > From: Gonglei > > Reproducer: > $ x86_64-softmmu/qemu-system-x86_64 > qemu-system-x86_64: Invalid parameter 'to' > Segmentation fault (core dumped) > > Signed-off-by: Gonglei > --- > ui/vnc.c | 9 + > 1 file changed, 9 insertions(+) >

[Qemu-devel] [PATCH 1/3] vnc: fix qemu crash when not configure vnc option

2015-01-29 Thread arei.gonglei
From: Gonglei Reproducer: $ x86_64-softmmu/qemu-system-x86_64 qemu-system-x86_64: Invalid parameter 'to' Segmentation fault (core dumped) Signed-off-by: Gonglei --- ui/vnc.c | 9 + 1 file changed, 9 insertions(+) diff --git a/ui/vnc.c b/ui/vnc.c index a742c90..08b8b24 100644 --- a/ui/