qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ui/vnc.c: Fix crash with VNC


From: BALATON Zoltan
Subject: Re: [Qemu-devel] [PATCH] ui/vnc.c: Fix crash with VNC
Date: Fri, 9 Nov 2012 00:55:16 +0100 (CET)
User-agent: Alpine 2.00 (GSO 1167 2008-08-23)

On Thu, 8 Nov 2012, Gerd Hoffmann wrote:
I think this is fixing this at the wrong level. Either we
should require that drivers (in this case vmware_vga.c)
must not call dpy_gfx_update() with out of range values,
or we should do the clipping in the console.c layer, but
I don't think requiring every UI backend to clip is the
right thing. Anthony?

Agree.  IMHO vmware_vga.c is at fault here and should be fixed.  We can
add some asserts to console.[ch] to enforce this ...

Would the attached patch help?

Regards,
BALATON Zoltan

Attachment: 0002-vmware_vga-Clip-updates-with-negative-out-of-range-r.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]