https://bugs.winehq.org/show_bug.cgi?id=38446
Bug ID: 38446 Summary: valgrind shows an unitialized variable in dlls/msi/tests/msi.c Product: Wine Version: 1.7.41 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: ---
==10469== Conditional jump or move depends on uninitialised value(s) ==10469== at 0x7B84D5B5: WideCharToMultiByte (locale.c:2337) ==10469== by 0x4A92B3A: msi_strcpy_to_awstring (install.c:198) ==10469== by 0x4AA032D: MSI_GetComponentPath (msi.c:2864) ==10469== by 0x4AA03F7: MsiGetComponentPathW (msi.c:2884) ==10469== by 0x4AA37F7: MsiProvideComponentW (msi.c:4264) ==10469== by 0x4AA358A: MsiProvideComponentA (msi.c:4213) ==10469== by 0x4902EA8: test_MsiProvideComponent (msi.c:3456) ==10469== by 0x494BA35: func_msi (msi.c:14403) ==10469== by 0x499DB19: run_test (test.h:584) ==10469== by 0x499DF53: main (test.h:666) ==10469== Uninitialised value was created by a stack allocation ==10469== at 0x4AA345F: MsiProvideComponentA (msi.c:4201) ==10469==