[Qemu-devel] [PULL 0/4] cirrus: multiple bugfixes, including CVE-2017-2615 fix.

Gerd Hoffmann posted 4 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1486023789-28995-1-git-send-email-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/display/cirrus_vga.c | 64 ++++++++++++++++++++++++++++++-------------------
1 file changed, 39 insertions(+), 25 deletions(-)
[Qemu-devel] [PULL 0/4] cirrus: multiple bugfixes, including CVE-2017-2615 fix.
Posted by Gerd Hoffmann 7 years, 2 months ago
  Hi,

Here is the vga patch queue, finally bringing the cirrus fixes.

please pull,
  Gerd

The following changes since commit a0def594286d9110a6035e02eef558cf3cf5d847:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-01-30 10:23:20 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-vga-20170202-1

for you to fetch changes up to 31b1a6bb0f8ead5c0b21f23daf3054e3ccbc215e:

  cirrus: fix oob access issue (CVE-2017-2615) (2017-02-01 14:43:10 +0100)

----------------------------------------------------------------
cirrus: multiple bugfixes, including CVE-2017-2615 fix.

----------------------------------------------------------------
Gerd Hoffmann (1):
      cirrus: fix blit address mask handling

Li Qiang (1):
      cirrus: fix oob access issue (CVE-2017-2615)

Wolfgang Bumiller (2):
      cirrus: handle negative pitch in cirrus_invalidate_region()
      cirrus: allow zero source pitch in pattern fill rops

 hw/display/cirrus_vga.c | 64 ++++++++++++++++++++++++++++++-------------------
 1 file changed, 39 insertions(+), 25 deletions(-)

Re: [Qemu-devel] [PULL 0/4] cirrus: multiple bugfixes, including CVE-2017-2615 fix.
Posted by Gerd Hoffmann 7 years, 2 months ago
On Do, 2017-02-02 at 09:23 +0100, Gerd Hoffmann wrote:
>   Hi,
> 
> Here is the vga patch queue, finally bringing the cirrus fixes.

self-nack, v2 coming ...

cheers,
  Gerd