msvcrt: memmove_s shouldn't zero its output buffer on error.
commit49560458426cf25b6a36bbf9bad35aa75c9f7aa7
authorDan Kegel <dank@kegel.com>
Sat, 28 Jul 2012 16:43:43 +0000 (28 09:43 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 Aug 2012 12:03:15 +0000 (17 14:03 +0200)
tree92ba3cceaba1e189f1dce0be14aabab6993e3705
parentcb8c500ee67a64c4e5f08434d5ae0634bf82e375
msvcrt: memmove_s shouldn't zero its output buffer on error.
dlls/msvcrt/heap.c
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/tests/misc.c
dlls/msvcrt/tests/string.c