You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vt: fix unicode buffer corruption when deleting characters
jira LE-1907
cve CVE-2024-35823
Rebuild_History Non-Buildable kernel-5.14.0-427.31.1.el9_4
commit-author Nicolas Pitre <nico@fluxnic.net>
commit 1581daf
This is the same issue that was fixed for the VGA text buffer in commit
39cdb68 ("vt: fix memory overlapping when deleting chars in the
buffer"). The cure is also the same i.e. replace memcpy() with memmove()
due to the overlaping buffers.
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Fixes: 81732c3 ("tty vt: Fix line garbage in virtual console on command line edition")
Cc: stable <stable@kernel.org>
Link: https://lore.kernel.org/r/sn184on2-3p0q-0qrq-0218-895349s4753o@syhkavp.arg
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 1581daf)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
0 commit comments