]> xenbits.xensource.com Git - qemu-xen-4.6-testing.git/commit
console: Avoid overrunning the dmask arrays
authorKaifeng Zhu <kaifeng.zhu@citrix.com>
Fri, 7 Mar 2014 15:11:21 +0000 (15:11 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Oct 2015 15:52:06 +0000 (16:52 +0100)
commitec5080d57c87e1ace8d76e12261ce660594516f8
treeae5f4412663b52a17ac5cdd7debe7448f86d8e47
parent04ffc2f665cc0dd85f24274c696708dc3bc93156
console: Avoid overrunning the dmask arrays

The valide range of font_data should be [0, 0xFF].

Signed-off-by: Kaifeng Zhu <kaifeng.zhu@citrix.com>
(defects not identified by Coverity Scan)
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
console.c