https://bugs.winehq.org/show_bug.cgi?id=36923
Bug ID: 36923 Summary: valgrind shows several unitialized variables in dlls/ieframe/tests/ie.c (nsEventListenerManager::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
==13312== Conditional jump or move depends on uninitialised value(s) ==13312== at 0x10264D9C: nsEventListenerManager::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 0x10264DDE: nsEventListenerManager::Release (in /home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll) ==13312== by 0x814E5067: ??? ==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==
https://bugs.winehq.org/show_bug.cgi?id=36923
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Fedora