From: Paolo 'Blaisorblade' Giarrusso Date: Tue, 17 May 2005 04:53:14 +0000 (-0700) Subject: [PATCH] uml: change memcpy to memmove X-Git-Tag: v2.6.12-rc5~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f332287bc3f2801ba43682fd79baf24dc8ac1ce;p=pandora-kernel.git [PATCH] uml: change memcpy to memmove Replace one memcpy() call with overlapping source and dest arguments with one call to memmove(), to avoid data corruption. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed