summary refs log tree commit diff stats
path: root/linux-user/syscall.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2011-11-04 10:38:29 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2011-11-07 10:57:37 -0600
commit439229c7cb97f6c4cddd3965c3e9d2b8319fe83c (patch)
tree01b3a46b522eace87fd52b2b20c24d6e1a2ce627 /linux-user/syscall.c
parentf54c556c08c57a317ad54f5d2d9ad549b931cda2 (diff)
downloadfocaccia-qemu-439229c7cb97f6c4cddd3965c3e9d2b8319fe83c.tar.gz
focaccia-qemu-439229c7cb97f6c4cddd3965c3e9d2b8319fe83c.zip
console: Fix rendering of VGA underline
vga_putcharxy()'s underline code sets font_data to 0xffff instead of
0xff.  vga_putcharxy() then reads dmask16[0xffff >> 4] and
dmask4[0xffff >> 6].  In practice, these out-of-bounds subscripts
"only" put a few crap bits into the display surface.

For 32 bit pixels, there's no array access.  font_data's extra bits go
straight into the display surface.

Broken when commit 6d6f7c28 implemented underline.

Spotted by Coverity.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'linux-user/syscall.c')
0 files changed, 0 insertions, 0 deletions