[Bug 38848] New: valgrind shows several uninitialized values in dmime/tests/dmime.c:test_track()

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 30 21:44:34 CDT 2015


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

            Bug ID: 38848
           Summary: valgrind shows several uninitialized values in
                    dmime/tests/dmime.c:test_track()
           Product: Wine
           Version: 1.7.46
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: directx-dmusic
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
                CC: mstefani at redhat.com
      Distribution: ---

==13484== Conditional jump or move depends on uninitialised value(s)
==13484==    at 0x4F6F3D73: _itoa_word (in /usr/lib/libc-2.21.so)
==13484==    by 0x4F6F71AE: vfprintf (in /usr/lib/libc-2.21.so)
==13484==    by 0x4F7176D8: vsprintf (in /usr/lib/libc-2.21.so)
==13484==    by 0x4F6FE737: sprintf (in /usr/lib/libc-2.21.so)
==13484==    by 0x4AF2502: wine_dbgstr_guid (test.h:533)
==13484==    by 0x4AF03FD: test_track (dmime.c:516)
==13484==    by 0x4AF0766: func_dmime (dmime.c:558)
==13484==    by 0x4AF270F: run_test (test.h:584)
==13484==    by 0x4AF2B57: main (test.h:666)
==13484==  Uninitialised value was created by a stack allocation
==13484==    at 0x4AF01A6: test_track (dmime.c:474)
==13484== 

==13484== Conditional jump or move depends on uninitialised value(s)
==13484==    at 0x4F6F5DAB: vfprintf (in /usr/lib/libc-2.21.so)
==13484==    by 0x4F7176D8: vsprintf (in /usr/lib/libc-2.21.so)
==13484==    by 0x4F6FE737: sprintf (in /usr/lib/libc-2.21.so)
==13484==    by 0x4AF2502: wine_dbgstr_guid (test.h:533)
==13484==    by 0x4AF03FD: test_track (dmime.c:516)
==13484==    by 0x4AF0766: func_dmime (dmime.c:558)
==13484==    by 0x4AF270F: run_test (test.h:584)
==13484==    by 0x4AF2B57: main (test.h:666)
==13484==  Uninitialised value was created by a stack allocation
==13484==    at 0x4AF01A6: test_track (dmime.c:474)
==13484== 

==13484== Conditional jump or move depends on uninitialised value(s)
==13484==    at 0x4F6F5E9E: vfprintf (in /usr/lib/libc-2.21.so)
==13484==    by 0x4F7176D8: vsprintf (in /usr/lib/libc-2.21.so)
==13484==    by 0x4F6FE737: sprintf (in /usr/lib/libc-2.21.so)
==13484==    by 0x4AF2502: wine_dbgstr_guid (test.h:533)
==13484==    by 0x4AF03FD: test_track (dmime.c:516)
==13484==    by 0x4AF0766: func_dmime (dmime.c:558)
==13484==    by 0x4AF270F: run_test (test.h:584)
==13484==    by 0x4AF2B57: main (test.h:666)
==13484==  Uninitialised value was created by a stack allocation
==13484==    at 0x4AF01A6: test_track (dmime.c:474)

==13484== Conditional jump or move depends on uninitialised value(s)
==13484==    at 0x400A6B5: bcmp (vg_replace_strmem.c:1007)
==13484==    by 0x4AF0441: test_track (dmime.c:516)
==13484==    by 0x4AF0766: func_dmime (dmime.c:558)
==13484==    by 0x4AF270F: run_test (test.h:584)
==13484==    by 0x4AF2B57: main (test.h:666)
==13484==  Uninitialised value was created by a stack allocation
==13484==    at 0x4AF01A6: test_track (dmime.c:474)
==13484== 

==13484== Conditional jump or move depends on uninitialised value(s)
==13484==    at 0x400A6E4: bcmp (vg_replace_strmem.c:1007)
==13484==    by 0x4AF0441: test_track (dmime.c:516)
==13484==    by 0x4AF0766: func_dmime (dmime.c:558)
==13484==    by 0x4AF270F: run_test (test.h:584)
==13484==    by 0x4AF2B57: main (test.h:666)
==13484==  Uninitialised value was created by a stack allocation
==13484==    at 0x4AF01A6: test_track (dmime.c:474)
==13484== 

==13484== Conditional jump or move depends on uninitialised value(s)
==13484==    at 0x4AF1BE5: winetest_vok (test.h:311)
==13484==    by 0x4AF1DC0: winetest_ok (test.h:357)
==13484==    by 0x4AF045B: test_track (dmime.c:516)
==13484==    by 0x4AF0766: func_dmime (dmime.c:558)
==13484==    by 0x4AF270F: run_test (test.h:584)
==13484==    by 0x4AF2B57: main (test.h:666)
==13484==  Uninitialised value was created by a stack allocation
==13484==    at 0x4AF01A6: test_track (dmime.c:474)
==13484==

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