linux-uconsole/drivers/tty/vt
Liz Clark eb49cf6c69 TTY: Wrong unicode value copied in con_set_unimap()
commit 4a4c61b7ce upstream.

Bugzilla 40012: PIO_UNIMAP bug: error updating Unicode-to-font map
https://bugzilla.kernel.org/show_bug.cgi?id=40012

The unicode font map for the virtual console is a 32x32x64 table which
allocates rows dynamically as entries are added.  The unicode value
increases sequentially and should count all entries even in empty
rows.  The defect is when copying the unicode font map in con_set_unimap(),
the unicode value is not incremented properly.  The wrong unicode value
is entered in the new font map.

Signed-off-by: Liz Clark <liz.clark@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-02 09:26:53 -07:00
..
.gitignore
consolemap.c TTY: Wrong unicode value copied in con_set_unimap() 2012-04-02 09:26:53 -07:00
cp437.uni
defkeymap.c_shipped
defkeymap.map
keyboard.c tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
Makefile
selection.c Revert "tty: make receive_buf() return the amout of bytes received" 2011-06-04 06:33:24 +09:00
vc_screen.c tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
vt.c tty: Clean console safely 2011-04-19 16:33:37 -07:00
vt_ioctl.c drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer 2012-02-13 11:06:05 -08:00