https://bugs.winehq.org/show_bug.cgi?id=36148
Bug ID: 36148 Summary: valgrind shows an unitialized variable in dlls/msi/tests/automation.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: jscript Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==2417== Conditional jump or move depends on uninitialised value(s) ==2417== at 0x7B850C13: WideCharToMultiByte (locale.c:2081) ==2417== by 0x53CA1E0: msi_strcpy_to_awstring (install.c:198) ==2417== by 0x53E6968: MSI_GetProperty (package.c:2348) ==2417== by 0x53E6A3F: MsiGetPropertyW (package.c:2384) ==2417== by 0x53A17AF: session_invoke (automation.c:1397) ==2417== by 0x539EB12: AutomationObject_Invoke (automation.c:367) ==2417== by 0x4E70BA2: invoke (oaidl.h:817) ==2417== by 0x4E71771: Session_PropertyGet (automation.c:1151) ==2417== by 0x4E7560D: test_Session (automation.c:1880) ==2417== by 0x4E7C0B6: test_Installer (automation.c:2666) ==2417== by 0x4E7CD0F: func_automation (automation.c:2767) ==2417== by 0x4F98E4B: run_test (test.h:584) ==2417== by 0x4F9923A: main (test.h:654) ==2417== Uninitialised value was created by a stack allocation ==2417== at 0x53A162B: session_invoke (automation.c:1366) ==2417==