[Bug 36361] New: valgrind shows several uninitialized values in dsound/tests/propset.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 5 03:41:51 CDT 2014


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

            Bug ID: 36361
           Summary: valgrind shows several uninitialized values in
                    dsound/tests/propset.c
           Product: Wine
           Version: 1.7.17
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: directx-dsound
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

==14871== Conditional jump or move depends on uninitialised value(s)
==14871==    at 0x4A6FE18: callback (propset.c:70)
==14871==    by 0x6164293: DSPROPERTY_enumWtoA (propset.c:388)
==14871==    by 0x61647E4: enum_callback (propset.c:298)
==14871==    by 0x615AE42: send_device (dsound_main.c:442)
==14871==    by 0x615BC13: enumerate_mmdevices (dsound_main.c:502)
==14871==    by 0x616458D: DSPROPERTY_EnumerateW (propset.c:326)
==14871==    by 0x61659B6: IKsPrivatePropertySetImpl_Get (propset.c:411)
==14871==    by 0x4A71C43: func_propset (propset.c:439)
==14871==    by 0x4A72EC4: run_test (test.h:584)
==14871==    by 0x4A732B3: main (test.h:654)
==14871==  Uninitialised value was created by a stack allocation
==14871==    at 0x61646DC: enum_callback (propset.c:274)
==14871== 

==15026== Conditional jump or move depends on uninitialised value(s)
==15026==    at 0x4A70286: callback1 (propset.c:94)
==15026==    by 0x6170013: DSPROPERTY_enumWto1 (propset.c:421)
==15026==    by 0x61707E4: enum_callback (propset.c:298)
==15026==    by 0x6166E42: send_device (dsound_main.c:442)
==15026==    by 0x6167C13: enumerate_mmdevices (dsound_main.c:502)
==15026==    by 0x617058D: DSPROPERTY_EnumerateW (propset.c:326)
==15026==    by 0x61719B6: IKsPrivatePropertySetImpl_Get (propset.c:411)
==15026==    by 0x4A71DB1: func_propset (propset.c:469)
==15026==    by 0x4A72EC4: run_test (test.h:584)
==15026==    by 0x4A732B3: main (test.h:654)
==15026==  Uninitialised value was created by a stack allocation
==15026==    at 0x61706DC: enum_callback (propset.c:274)

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