windowscodecs: Use memmove in StreamOnMemory::Read and StreamOnMemory::Write to cope...
authorAndrew Nguyen <anguyen@codeweavers.com>
Fri, 21 Jan 2011 11:03:19 +0000 (05:03 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Jan 2011 12:46:58 +0000 (13:46 +0100)
commitae1e5b79fa9a92108e251875cc724de7740a3210
treefac1d2dc7ad5665f146d372f796b47181521b66d
parenta0bc2bd91e53aea4a8c9a842eef8736d53571356
windowscodecs: Use memmove in StreamOnMemory::Read and StreamOnMemory::Write to cope with potentially overlapped memory copying.

Spotted with Valgrind.
dlls/windowscodecs/stream.c
dlls/windowscodecs/tests/stream.c