[Bug 36510] New: valgrind shows a couple warnings in ieframe/tests/ieframe.c

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 21 21:55:19 CDT 2014


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

            Bug ID: 36510
           Summary: valgrind shows a couple warnings in
                    ieframe/tests/ieframe.c
           Product: Wine
           Version: 1.7.19
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, regression
          Severity: normal
          Priority: P2
         Component: ieframe
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
                CC: jacek at codeweavers.com
   Regression SHA1: 92841b3195276a12a320fa0b3dd854401cbef943

ie.c:216: Test failed: get_HWND faile: 80004001
ie.c:217: Test failed: handle == 0
==10103== Conditional jump or move depends on uninitialised value(s)
==10103==    at 0x402CD94: strcmp (mc_replace_strmem.c:730)
==10103==    by 0x4CC6D24: test_window (ie.c:221)
==10103==    by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103==    by 0x4CC709D: func_ie (ie.c:282)
==10103==    by 0x4CDB756: run_test (test.h:584)
==10103==    by 0x4CDBB45: main (test.h:654)
==10103==  Uninitialised value was created by a stack allocation
==10103==    at 0x4CC6C2E: test_window (ie.c:209)
==10103== 

==10103== Conditional jump or move depends on uninitialised value(s)
==10103==    at 0x4CDAC93: winetest_vok (test.h:333)
==10103==    by 0x4CDAD9F: winetest_ok (test.h:357)
==10103==    by 0x4CC6D45: test_window (ie.c:221)
==10103==    by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103==    by 0x4CC709D: func_ie (ie.c:282)
==10103==    by 0x4CDB756: run_test (test.h:584)
==10103==    by 0x4CDBB45: main (test.h:654)
==10103==  Uninitialised value was created by a stack allocation
==10103==    at 0x4CC6C2E: test_window (ie.c:209)
==10103== 

ie.c:221: Test failed: Unexpected class name

==10103== Conditional jump or move depends on uninitialised value(s)

==10103==    at 0x427AA39: vfprintf (vfprintf.c:1635)
==10103==    by 0x427B47A: buffered_vfprintf (vfprintf.c:2311)
==10103==    by 0x42768FC: vfprintf (vfprintf.c:1289)
==10103==    by 0x4CDACDF: winetest_vok (test.h:337)
==10103==    by 0x4CDAD9F: winetest_ok (test.h:357)
==10103==    by 0x4CC6D45: test_window (ie.c:221)
==10103==    by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103==    by 0x4CC709D: func_ie (ie.c:282)
==10103==    by 0x4CDB756: run_test (test.h:584)
==10103==    by 0x4CDBB45: main (test.h:654)
==10103==  Uninitialised value was created by a stack allocation
==10103==    at 0x4CC6C2E: test_window (ie.c:209)
==10103== 

==10103== Syscall param write(buf) points to uninitialised byte(s)
==10103==    at 0x4310D7B: ??? (syscall-template.S:81)
==10103==    by 0x42A3300: _IO_file_write@@GLIBC_2.1 (fileops.c:1253)
==10103==    by 0x42A252E: new_do_write (fileops.c:530)
==10103==    by 0x42A39C9: _IO_file_xsputn@@GLIBC_2.1 (fileops.c:1335)
==10103==    by 0x427B509: buffered_vfprintf (vfprintf.c:2332)
==10103==    by 0x42768FC: vfprintf (vfprintf.c:1289)
==10103==    by 0x4CDACDF: winetest_vok (test.h:337)
==10103==    by 0x4CDAD9F: winetest_ok (test.h:357)
==10103==    by 0x4CC6D45: test_window (ie.c:221)
==10103==    by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103==    by 0x4CC709D: func_ie (ie.c:282)
==10103==    by 0x4CDB756: run_test (test.h:584)
==10103==    by 0x4CDBB45: main (test.h:654)
==10103==  Address 0x511d5f6 is on thread 1's stack
==10103==  Uninitialised value was created by a stack allocation
==10103==    at 0x4CC6C2E: test_window (ie.c:209)
==10103==

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