[Bug 38848] New: valgrind shows several uninitialized values in dmime/tests/dmime.c:test_track()
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(a)winehq.org Reporter: austinenglish(a)gmail.com CC: mstefani(a)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.
https://bugs.winehq.org/show_bug.cgi?id=38848 --- Comment #1 from Michael Stefaniuc <mstefani(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38848 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Austin English <austinenglish(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38848 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.48. -- 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.
participants (1)
-
wine-bugs@winehq.org