[Bug 36922] New: valgrind shows several unitialized variables in dlls/ieframe/tests/ie.c (nsDOMEvent::Release)

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


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

            Bug ID: 36922
           Summary: valgrind shows several unitialized variables in
                    dlls/ieframe/tests/ie.c (nsDOMEvent::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

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

==13312== Conditional jump or move depends on uninitialised value(s)
==13312==    at 0x102F66B8: nsDOMEvent::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312==    by 0x10404115: nsGlobalWindow::DispatchDOMWindowCreated
(nsglobalwindow.cpp:2616)
==13312==    by 0x863E6A7: ???
==13312==  Uninitialised value was created by a client request
==13312==    at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312==    by 0x7BC4C075: initialize_block (heap.c:240)
==13312==    by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312==    by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312==    by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312==    by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312==    by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312==    by 0x7563F26: init_xpcom (nsembed.c:698)
==13312==    by 0x7564399: load_gecko (nsembed.c:774)
==13312==    by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312==    by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312==    by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312==    by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312==    by 0x4D63202: create_mime_object (binding.c:258)
==13312==    by 0x4D635A2: create_object (binding.c:308)
==13312==    by 0x4D660AB: report_data (binding.c:1077)
==13312==    by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312==    by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312==    by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312==    by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==

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