https://bugs.winehq.org/show_bug.cgi?id=36909
Bug ID: 36909 Summary: valgrind shows an unitialized variable in dlls/ieframe/tests/ie.c (nsJSContext::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@winehq.org Reporter: austinenglish@gmail.com
==24616== Conditional jump or move depends on uninitialised value(s) ==24616== at 0x1041CF2C: nsJSContext::Release (in /home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll) ==24616== Uninitialised value was created by a client request ==24616== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209) ==24616== by 0x7BC4C641: initialize_block (heap.c:240) ==24616== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717) ==24616== by 0x782A76B: msvcrt_heap_alloc (heap.c:70) ==24616== by 0x782B330: MSVCRT_malloc (heap.c:408) ==24616== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54) ==24616== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464) ==24616== by 0x75E81B3: init_xpcom (nsembed.c:698) ==24616== by 0x75E8626: load_gecko (nsembed.c:774) ==24616== by 0x75ED013: create_nscontainer (nsembed.c:2042) ==24616== by 0x756D477: HTMLDocument_Create (htmldoc.c:4756) ==24616== by 0x75D7178: ClassFactory_CreateInstance (main.c:238) ==24616== by 0x4EF20A2: CoCreateInstance (unknwn.h:226) ==24616== by 0x4E192B2: create_mime_object (binding.c:258) ==24616== by 0x4E19652: create_object (binding.c:308) ==24616== by 0x4E1C1E8: report_data (binding.c:1077) ==24616== by 0x4E1C531: InternetProtocolSink_ReportData (binding.c:1126) ==24616== by 0x4E218F0: ProtocolSinkHandler_ReportData (urlmon.h:3113) ==24616== by 0x4E22441: report_data_proc (urlmon.h:3113) ==24616== by 0x4E1E10E: process_tasks (bindprot.c:57) ==24616==
==24616== Conditional jump or move depends on uninitialised value(s) ==24616== at 0x1041CF6F: nsJSContext::Release (in /home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll) ==24616== by 0x1060CA6E: mozilla::AutoCxPusher::AutoCxPusher (nscxpusher.cpp:113) ==24616== by 0x1014C7FB: nsDocumentViewer::InitInternal (nsdocumentviewer.cpp:937) ==24616== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683) ==24616== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error (nscomptr.cpp:65) ==24616== by 0x800EEB43: ??? ==24616== Uninitialised value was created by a client request ==24616== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209) ==24616== by 0x7BC4C641: initialize_block (heap.c:240) ==24616== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717) ==24616== by 0x782A76B: msvcrt_heap_alloc (heap.c:70) ==24616== by 0x782B330: MSVCRT_malloc (heap.c:408) ==24616== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54) ==24616== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464) ==24616== by 0x75E81B3: init_xpcom (nsembed.c:698) ==24616== by 0x75E8626: load_gecko (nsembed.c:774) ==24616== by 0x75ED013: create_nscontainer (nsembed.c:2042) ==24616== by 0x756D477: HTMLDocument_Create (htmldoc.c:4756) ==24616== by 0x75D7178: ClassFactory_CreateInstance (main.c:238) ==24616== by 0x4EF20A2: CoCreateInstance (unknwn.h:226) ==24616== by 0x4E192B2: create_mime_object (binding.c:258) ==24616== by 0x4E19652: create_object (binding.c:308) ==24616== by 0x4E1C1E8: report_data (binding.c:1077) ==24616== by 0x4E1C531: InternetProtocolSink_ReportData (binding.c:1126) ==24616== by 0x4E218F0: ProtocolSinkHandler_ReportData (urlmon.h:3113) ==24616== by 0x4E22441: report_data_proc (urlmon.h:3113) ==24616== by 0x4E1E10E: process_tasks (bindprot.c:57) ==24616==
==24616== Conditional jump or move depends on uninitialised value(s) ==24616== at 0x1041CF6F: nsJSContext::Release (in /home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll) ==24616== by 0x1060CA91: mozilla::AutoCxPusher::AutoCxPusher (nscxpusher.cpp:117) ==24616== by 0x1014C7FB: nsDocumentViewer::InitInternal (nsdocumentviewer.cpp:937) ==24616== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683) ==24616== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error (nscomptr.cpp:65) ==24616== by 0x800EEB43: ??? ==24616== Uninitialised value was created by a client request ==24616== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209) ==24616== by 0x7BC4C641: initialize_block (heap.c:240) ==24616== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717) ==24616== by 0x782A76B: msvcrt_heap_alloc (heap.c:70) ==24616== by 0x782B330: MSVCRT_malloc (heap.c:408) ==24616== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54) ==24616== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464) ==24616== by 0x75E81B3: init_xpcom (nsembed.c:698) ==24616== by 0x75E8626: load_gecko (nsembed.c:774) ==24616== by 0x75ED013: create_nscontainer (nsembed.c:2042) ==24616== by 0x756D477: HTMLDocument_Create (htmldoc.c:4756) ==24616== by 0x75D7178: ClassFactory_CreateInstance (main.c:238) ==24616== by 0x4EF20A2: CoCreateInstance (unknwn.h:226) ==24616== by 0x4E192B2: create_mime_object (binding.c:258) ==24616== by 0x4E19652: create_object (binding.c:308) ==24616== by 0x4E1C1E8: report_data (binding.c:1077) ==24616== by 0x4E1C531: InternetProtocolSink_ReportData (binding.c:1126) ==24616== by 0x4E218F0: ProtocolSinkHandler_ReportData (urlmon.h:3113) ==24616== by 0x4E22441: report_data_proc (urlmon.h:3113) ==24616== by 0x4E1E10E: process_tasks (bindprot.c:57) ==24616==