diff options
author | Nicolas Pitre <[email protected]> | 2024-02-29 17:15:27 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-03-02 23:09:04 +0100 |
commit | 1581dafaf0d34bc9c428a794a22110d7046d186d (patch) | |
tree | 89f812dbba0258726d815fb85b772db5dda43fdb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 43066e32227ecde674e8ae1fcdd4a1ede67680c2 (diff) |
vt: fix unicode buffer corruption when deleting characters
This is the same issue that was fixed for the VGA text buffer in commit
39cdb68c64d8 ("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 <[email protected]>
Fixes: 81732c3b2fed ("tty vt: Fix line garbage in virtual console on command line edition")
Cc: stable <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions