• James Simmons's avatar
    [PATCH] VT scrolling fix · 6faa9cfc
    James Simmons authored
    scrup is using memcpy even when the memory areas src, dest overlap.  The
    key is to use memmove which handles overlapping memory gracefully.
    6faa9cfc
vt.c 71 KB