Re: [Qemu-devel] [PATCH v2 0/5] vmware-vga: fix CVE-2014-3689

2014-10-16 Thread Gerd Hoffmann
On Mi, 2014-10-15 at 17:43 +0200, Michael Tokarev wrote: > On 15.10.2014 12:10, Gerd Hoffmann wrote: > >Hi, > > > > vmware-vga emulation lacks sanity checks in the hardware acceleration > > (blit + fill) functions. This patch series plugs the holes. > > > > v2 changes: > > * small whitespace

Re: [Qemu-devel] [PATCH v2 0/5] vmware-vga: fix CVE-2014-3689

2014-10-15 Thread Michael Tokarev
On 15.10.2014 12:10, Gerd Hoffmann wrote: Hi, vmware-vga emulation lacks sanity checks in the hardware acceleration (blit + fill) functions. This patch series plugs the holes. v2 changes: * small whitespace fixup. * do fullscreen update on invalid update requests. cheers, Gerd Gerd

[Qemu-devel] [PATCH v2 0/5] vmware-vga: fix CVE-2014-3689

2014-10-15 Thread Gerd Hoffmann
Hi, vmware-vga emulation lacks sanity checks in the hardware acceleration (blit + fill) functions. This patch series plugs the holes. v2 changes: * small whitespace fixup. * do fullscreen update on invalid update requests. cheers, Gerd Gerd Hoffmann (5): vmware-vga: CVE-2014-3689: turn