[PATCH] uml: change memcpy to memmove
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Tue, 17 May 2005 04:53:14 +0000 (21:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:11 +0000 (07:59 -0700)
commit8f332287bc3f2801ba43682fd79baf24dc8ac1ce
tree23644cbab8be5b6f6d3b69d2ef221aecf679fd72
parent02048817a70ad04dda5b30ad876c42a232229c99
[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 <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/irq_user.c