Re: [PATCH] vt: fix memory overlapping when deleting chars in the buffer

From: Greg Kroah-Hartman
Date: Mon Jun 27 2022 - 06:48:21 EST


On Mon, Jun 27, 2022 at 06:29:40PM +0800, Yangxi Xiang wrote:
> A memory overlapping copy occurs when deleting a long line. Fix it by
> using scr_memmovew.
>
> Signed-off-by: Yangxi Xiang <xyangxi5@xxxxxxxxx>

What commit does this fix? how was this tested?

thanks,

greg k-h