]> git.proxmox.com Git - mirror_qemu.git/commit
hw/display/artist.c: fix out of bounds check
authorSven Schnelle <svens@stackframe.org>
Sat, 29 Feb 2020 09:50:40 +0000 (10:50 +0100)
committerHelge Deller <deller@gmx.de>
Tue, 4 Aug 2020 13:53:21 +0000 (15:53 +0200)
commita24d2cf30c06e85dd06c68ad2f162ca53f3b9bc8
tree4197503f45bf3f30054e65c330f737057001ea3c
parent28b71a2e42553a3eb8367fec2a2f70265ec77829
hw/display/artist.c: fix out of bounds check

Fix the following runtime warning with artist framebuffer:
"write outside bounds: wants 1256x1023, max size 1280x1024"

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
hw/display/artist.c