[Qemu-devel] [PULL 0/1] Vga 20180125 patches

Gerd Hoffmann posted 1 patch 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180125093455.6356-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
hw/display/vga.c | 3 +++
1 file changed, 3 insertions(+)
[Qemu-devel] [PULL 0/1] Vga 20180125 patches
Posted by Gerd Hoffmann 6 years, 2 months ago
The following changes since commit 834a336eb911db8a8ca00e760ee6a85faca19414:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2018-01-24 19:24:26 +0000)

are available in the git repository at:

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

for you to fetch changes up to 191f59dc17396bb5a8da50f8c59b6e0a430711a4:

  vga: check the validation of memory addr when draw text (2018-01-25 10:18:39 +0100)

----------------------------------------------------------------
vga: fix for CVE-2018-5683

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

linzhecheng (1):
  vga: check the validation of memory addr when draw text

 hw/display/vga.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Vga 20180125 patches
Posted by Peter Maydell 6 years, 2 months ago
On 25 January 2018 at 09:34, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 834a336eb911db8a8ca00e760ee6a85faca19414:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2018-01-24 19:24:26 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20180125-pull-request
>
> for you to fetch changes up to 191f59dc17396bb5a8da50f8c59b6e0a430711a4:
>
>   vga: check the validation of memory addr when draw text (2018-01-25 10:18:39 +0100)
>
> ----------------------------------------------------------------
> vga: fix for CVE-2018-5683
>
> ----------------------------------------------------------------
>
> linzhecheng (1):
>   vga: check the validation of memory addr when draw text
>
>  hw/display/vga.c | 3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks.

-- PMM