17 Aug
2012
17 Aug
'12
4:37 p.m.
Module: wine Branch: master Commit: 49560458426cf25b6a36bbf9bad35aa75c9f7aa7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=49560458426cf25b6a36bbf9ba... Author: Dan Kegel <dank(a)kegel.com> Date: Sat Jul 28 09:43:43 2012 -0700 msvcrt: memmove_s shouldn't zero its output buffer on error. --- dlls/msvcrt/heap.c | 33 +++++++--- dlls/msvcrt/msvcrt.spec | 2 +- dlls/msvcrt/tests/misc.c | 54 ---------------- dlls/msvcrt/tests/string.c | 148 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 173 insertions(+), 64 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=49560458426cf25b6a36bb...