https://bugs.winehq.org/show_bug.cgi?id=36906
Bug ID: 36906 Summary: valgrind shows a few unitialized variables in dlls/ieframe/tests/ie.c (nsDocument::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
==23635== Conditional jump or move depends on uninitialised value(s) ==23635== at 0x1029809B: nsDocument::Release (nsdocument.cpp:1611) ==23635== Uninitialised value was created by a client request ==23635== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209) ==23635== by 0x7BC4C641: initialize_block (heap.c:240) ==23635== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717) ==23635== by 0x781176B: msvcrt_heap_alloc (heap.c:70) ==23635== by 0x7812330: MSVCRT_malloc (heap.c:408) ==23635== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54) ==23635== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464) ==23635== by 0x75A21B3: init_xpcom (nsembed.c:698) ==23635== by 0x75A2626: load_gecko (nsembed.c:774) ==23635== by 0x75A7013: create_nscontainer (nsembed.c:2042) ==23635== by 0x7527477: HTMLDocument_Create (htmldoc.c:4756) ==23635== by 0x7591178: ClassFactory_CreateInstance (main.c:238) ==23635== by 0x4EDD0A2: CoCreateInstance (unknwn.h:226) ==23635== by 0x4E042B2: create_mime_object (binding.c:258) ==23635== by 0x4E04652: create_object (binding.c:308) ==23635== by 0x4E071E8: report_data (binding.c:1077) ==23635== by 0x4E07531: InternetProtocolSink_ReportData (binding.c:1126) ==23635== by 0x4E0C8F0: ProtocolSinkHandler_ReportData (urlmon.h:3113) ==23635== by 0x4E0D441: report_data_proc (urlmon.h:3113) ==23635== by 0x4E0910E: process_tasks (bindprot.c:57) ==23635==
https://bugs.winehq.org/show_bug.cgi?id=36906
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|valgrind shows a few |valgrind shows an |unitialized variables in |unitialized variable in |dlls/ieframe/tests/ie.c |dlls/ieframe/tests/ie.c |(nsDocument::Release) |(nsDocument::Release)