[Bug 36148] New: valgrind shows an unitialized variable in dlls/msi/tests/automation.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 28 21:10:36 CDT 2014


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 at winehq.org
          Reporter: austinenglish at 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==

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list