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@winehq.org Reporter: austinenglish@gmail.com CC: mstefani@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==
https://bugs.winehq.org/show_bug.cgi?id=38848
--- Comment #1 from Michael Stefaniuc mstefani@redhat.com --- Austin, this should be fixed by my dmime work. At least the entries mentioning wine_dbgstr_guid. But I guess the others are related to that too.
https://bugs.winehq.org/show_bug.cgi?id=38848
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Michael Stefaniuc from comment #1)
Austin, this should be fixed by my dmime work. At least the entries mentioning wine_dbgstr_guid. But I guess the others are related to that too.
Yep, thanks.
https://bugs.winehq.org/show_bug.cgi?id=38848
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.48.