http://bugs.winehq.org/show_bug.cgi?id=26122
Summary: mscoree/msocree tests show several uninitialized values under valgrind Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: mscoree AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Use of uninitialised value of size 4 at mbstowcs_sbcs (mbtowc.c:87) by wine_cp_mbstowcs (mbtowc.c:269) by MultiByteToWideChar (locale.c:1920) by CompareStringA (locale.c:2868) by StrCmpNIA (string.c:422) by SHLWAPI_StrStrHelperA (string.c:554) by StrStrIA (string.c:684) by test_loadlibraryshim (mscoree.c:167) by func_mscoree (mscoree.c:253) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a stack allocation at test_loadlibraryshim (mscoree.c:144)
...
That repeats for mbstowcs_sbcs / mbtowc.c, lines 86-92