mbox

[PULL,0/1] Vga 20180125 patches

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

Pull-request

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

Message

Gerd Hoffmann Jan. 25, 2018, 9:34 a.m. UTC
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(+)

Comments

Peter Maydell Jan. 25, 2018, 4:24 p.m. UTC | #1
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