]> Git Repo - qemu.git/commit
vga: fix region calculation
authorGerd Hoffmann <[email protected]>
Fri, 9 Mar 2018 14:37:04 +0000 (15:37 +0100)
committerGerd Hoffmann <[email protected]>
Mon, 12 Mar 2018 10:45:21 +0000 (11:45 +0100)
commit7cdc61becd095b64a786b2625f321624e7111f3d
tree860a198e9e4e4c3833c05d1a48feb04f1e7888bb
parente4ae62b802cec437f877f2cadc4ef059cc0eca76
vga: fix region calculation

Typically the scanline length and the line offset are identical.  But
in case they are not our calculation for region_end is incorrect.  Using
line_offset is fine for all scanlines, except the last one where we have
to use the actual scanline length.

Fixes: CVE-2018-7550
Reported-by: Ross Lagerwall <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Prasad J Pandit <[email protected]>
Tested-by: Ross Lagerwall <[email protected]>
Message-id: 20180309143704[email protected]
hw/display/vga.c
This page took 0.023976 seconds and 4 git commands to generate.