mbox

[PULL,0/2] Vga 20200605 patches

Message ID 20200605112724.18622-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/vga-20200605-pull-request

Message

Gerd Hoffmann June 5, 2020, 11:27 a.m. UTC
The following changes since commit 66234fee9c2d37bfbc523aa8d0ae5300a14cc10e:

  Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200603' into staging (2020-06-04 11:38:48 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/vga-20200605-pull-request

for you to fetch changes up to ae3887e6f08c0031b669d4613987ee51df8f1769:

  hw/display/cirrus_vga: Fix code mis-indentation (2020-06-05 09:17:23 +0200)

----------------------------------------------------------------
vga: ati security fix, cirrus cleanup.

----------------------------------------------------------------

Philippe Mathieu-Daudé (1):
  hw/display/cirrus_vga: Fix code mis-indentation

Prasad J Pandit (1):
  ati-vga: check mm_index before recursive call (CVE-2020-13800)

 hw/display/ati.c        | 10 ++++++++--
 hw/display/cirrus_vga.c |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

Comments

Peter Maydell June 5, 2020, 4:05 p.m. UTC | #1
On Fri, 5 Jun 2020 at 12:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 66234fee9c2d37bfbc523aa8d0ae5300a14cc10e:
>
>   Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200603' into staging (2020-06-04 11:38:48 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20200605-pull-request
>
> for you to fetch changes up to ae3887e6f08c0031b669d4613987ee51df8f1769:
>
>   hw/display/cirrus_vga: Fix code mis-indentation (2020-06-05 09:17:23 +0200)
>
> ----------------------------------------------------------------
> vga: ati security fix, cirrus cleanup.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM