commit | 8f332287bc3f2801ba43682fd79baf24dc8ac1ce | [log] [tgz] |
---|---|---|
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | Mon May 16 21:53:14 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 17 07:59:11 2005 -0700 |
tree | 23644cbab8be5b6f6d3b69d2ef221aecf679fd72 | |
parent | 02048817a70ad04dda5b30ad876c42a232229c99 [diff] |
[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>