http://bugs.winehq.org/show_bug.cgi?id=26074
Summary: shell32/brsfolder tests show some valgrind warnings Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Conditional jump or move depends on uninitialised value(s) at wine_utf8_mbstowcs (utf8.c:317) by MultiByteToWideChar (locale.c:1912) by test_click_make_new_folder_button (brsfolder.c:201) by func_brsfolder (brsfolder.c:252) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a stack allocation at test_click_make_new_folder_button (brsfolder.c:149)
...
Use of uninitialised value of size 4 at decode_utf8_char (utf8.c:163) by wine_utf8_mbstowcs (utf8.c:322) by MultiByteToWideChar (locale.c:1912) by test_click_make_new_folder_button (brsfolder.c:201) by func_brsfolder (brsfolder.c:252) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a stack allocation at test_click_make_new_folder_button (brsfolder.c:149)
...
Use of uninitialised value of size 4 at mbstowcs_sbcs (mbtowc.c:95) by wine_cp_mbstowcs (mbtowc.c:269) by MultiByteToWideChar (locale.c:1920) by SHBrowseForFolderA (brsfolder.c:922) by test_click_make_new_folder_button (brsfolder.c:209) by func_brsfolder (brsfolder.c:252) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a stack allocation at test_click_make_new_folder_button (brsfolder.c:149)