[Bug 36918] New: valgrind shows an unitialized variable in dlls/ieframe/tests/ie.c (nsXBLDocumentInfo::Release)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 16 22:25:22 CDT 2014


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

            Bug ID: 36918
           Summary: valgrind shows an unitialized variable in
                    dlls/ieframe/tests/ie.c (nsXBLDocumentInfo::Release)
           Product: Wine
           Version: 1.7.22
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: ieframe
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

==12795== Conditional jump or move depends on uninitialised value(s)
==12795==    at 0x101E4038: nsXBLDocumentInfo::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==12795==  Uninitialised value was created by a client request
==12795==    at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==12795==    by 0x7BC4C075: initialize_block (heap.c:240)
==12795==    by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==12795==    by 0x77D819E: msvcrt_heap_alloc (heap.c:70)
==12795==    by 0x77D8D63: MSVCRT_malloc (heap.c:408)
==12795==    by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==12795==    by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==12795==    by 0x7584F26: init_xpcom (nsembed.c:698)
==12795==    by 0x7585399: load_gecko (nsembed.c:774)
==12795==    by 0x7589D01: create_nscontainer (nsembed.c:2042)
==12795==    by 0x750A2F6: HTMLDocument_Create (htmldoc.c:4756)
==12795==    by 0x7573F7D: ClassFactory_CreateInstance (main.c:238)
==12795==    by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==12795==    by 0x4D63202: create_mime_object (binding.c:258)
==12795==    by 0x4D635A2: create_object (binding.c:308)
==12795==    by 0x4D660AB: report_data (binding.c:1077)
==12795==    by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==12795==    by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==12795==    by 0x4D6C274: report_data_proc (urlmon.h:3113)
==12795==    by 0x4D67FCF: process_tasks (bindprot.c:57)
==12795== 

==12795== Conditional jump or move depends on uninitialised value(s)
==12795==    at 0x101E407B: nsXBLDocumentInfo::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==12795==  Uninitialised value was created by a client request
==12795==    at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==12795==    by 0x7BC4C075: initialize_block (heap.c:240)
==12795==    by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==12795==    by 0x77D819E: msvcrt_heap_alloc (heap.c:70)
==12795==    by 0x77D8D63: MSVCRT_malloc (heap.c:408)
==12795==    by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==12795==    by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==12795==    by 0x7584F26: init_xpcom (nsembed.c:698)
==12795==    by 0x7585399: load_gecko (nsembed.c:774)
==12795==    by 0x7589D01: create_nscontainer (nsembed.c:2042)
==12795==    by 0x750A2F6: HTMLDocument_Create (htmldoc.c:4756)
==12795==    by 0x7573F7D: ClassFactory_CreateInstance (main.c:238)
==12795==    by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==12795==    by 0x4D63202: create_mime_object (binding.c:258)
==12795==    by 0x4D635A2: create_object (binding.c:308)
==12795==    by 0x4D660AB: report_data (binding.c:1077)
==12795==    by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==12795==    by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==12795==    by 0x4D6C274: report_data_proc (urlmon.h:3113)
==12795==    by 0x4D67FCF: process_tasks (bindprot.c:57)
==12795==

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