[Bug 38452] New: valgrind shows an uninitialized variable in urlmon/tests/url.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 20 02:51:52 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38452

            Bug ID: 38452
           Summary: valgrind shows an uninitialized variable in
                    urlmon/tests/url.c
           Product: Wine
           Version: 1.7.41
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: urlmon
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
      Distribution: Debian

==16118== Conditional jump or move depends on uninitialised value(s)
==16118==    at 0x98944C9: ???
==16118==    by 0x59BB456: create_nscontainer (nsembed.c:2115)
==16118==    by 0x59389E8: HTMLDocument_Create (htmldoc.c:4857)
==16118==    by 0x59A727D: ClassFactory_CreateInstance (main.c:271)
==16118==    by 0x49F746C: IClassFactory_CreateInstance (unknwn.h:226)
==16118==    by 0x49F746C: CoCreateInstance (???:0)
==16118==    by 0x4929C7C: create_mime_object (binding.c:260)
==16118==    by 0x4929FAB: create_object (binding.c:310)
==16118==    by 0x492C716: report_data (binding.c:1079)
==16118==    by 0x492C9F3: InternetProtocolSink_ReportData (binding.c:1128)
==16118==    by 0x4931581: IInternetProtocolSink_ReportData (urlmon.h:3113)
==16118==    by 0x4931581: ProtocolSinkHandler_ReportData (???:0)
==16118==    by 0x4931FF0: IInternetProtocolSink_ReportData (urlmon.h:3113)
==16118==    by 0x4931FF0: report_data_proc (???:0)
==16118==    by 0x492E367: process_tasks (bindprot.c:57)
==16118==    by 0x492E3B8: notif_wnd_proc (bindprot.c:68)
==16118==    by 0x4C424C9: ??? (winproc.c:174)
==16118==    by 0x4C425FC: call_window_proc (winproc.c:245)
==16118==    by 0x4C44370: WINPROC_call_window (winproc.c:901)
==16118==    by 0x4C0CB60: DispatchMessageW (message.c:4027)
==16118==    by 0x492DD97: start_binding (binding.c:1554)
==16118==    by 0x492DF63: bind_to_object (binding.c:1598)
==16118==    by 0x494AA69: URLMoniker_BindToObject (umon.c:260)
==16118==  Uninitialised value was created by a stack allocation
==16118==    at 0x9894439: ???
==16118==

-- 
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