msvcrt: Use memmove to copy memory in wmemcpy_s.
commitbe56a83fd00cdaf9583a973b1e041f47c5277768
authorJacek Caban <jacek@codeweavers.com>
Fri, 5 Oct 2018 14:38:48 +0000 (5 16:38 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 5 Oct 2018 15:48:16 +0000 (5 10:48 -0500)
treef2b4d455dcadce3f05d982749dbd703b4c277fb9
parent099a12ad40ed8b1a88fbaf546576483831acd266
msvcrt: Use memmove to copy memory in wmemcpy_s.

Fixes memory corruption in Outlook 2016.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcr100/tests/msvcr100.c
dlls/msvcrt/heap.c