summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorLiz Clark <liz.clark@hp.com>2012-03-15 17:33:29 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-15 20:28:52 (GMT)
commit4a4c61b7ce26bfc9d49ea4bd121d52114bad9f99 (patch)
tree9ba4849babb673b14724e5ab202ca3d330d46eb2 /drivers/staging
parent9b96fbacda34079dea0638ee1e92c56286f6114a (diff)
downloadlinux-4a4c61b7ce26bfc9d49ea4bd121d52114bad9f99.tar.xz
TTY: Wrong unicode value copied in con_set_unimap()
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> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
0 files changed, 0 insertions, 0 deletions