[Bug 36652] New: valgrind shows some uninitialized variables in d3d10core/tests/device.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 3 14:28:11 CDT 2014


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

            Bug ID: 36652
           Summary: valgrind shows some uninitialized variables in
                    d3d10core/tests/device.c
           Product: Wine
           Version: 1.7.19
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: directx-d3d
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

==6205== Conditional jump or move depends on uninitialised value(s)
==6205==    at 0x402DEDF: bcmp (mc_replace_strmem.c:935)
==6205==    by 0x50CE81F: d3d10_depthstencil_state_compare (device.c:2092)
==6205==    by 0x50C7637: wine_rb_get (rbtree.h:237)
==6205==    by 0x50CCA1A: d3d10_device_CreateDepthStencilState (device.c:1416)
==6205==    by 0x4F5C5AD: test_create_depthstencil_state (d3d10.h:5752)
==6205==    by 0x4F5D127: func_device (device.c:893)
==6205==    by 0x4F5DF24: run_test (test.h:584)
==6205==    by 0x4F5E312: main (test.h:654)
==6205==  Uninitialised value was created by a stack allocation
==6205==    at 0x4F5C3D1: test_create_depthstencil_state (device.c:728)
==6205== 

}
==6205== Conditional jump or move depends on uninitialised value(s)
==6205==    at 0x402DEDF: bcmp (mc_replace_strmem.c:935)
==6205==    by 0x50CE81F: d3d10_depthstencil_state_compare (device.c:2092)
==6205==    by 0x50D1E68: wine_rb_remove (rbtree.h:291)
==6205==    by 0x50D2BA5: d3d10_depthstencil_state_Release (state.c:222)
==6205==    by 0x4F5C7CE: test_create_depthstencil_state (d3d10.h:3052)
==6205==    by 0x4F5D127: func_device (device.c:893)
==6205==    by 0x4F5DF24: run_test (test.h:584)
==6205==    by 0x4F5E312: main (test.h:654)
==6205==  Uninitialised value was created by a stack allocation
==6205==    at 0x4F5C3D1: test_create_depthstencil_state (device.c:728)
==6205== 

==6205== Conditional jump or move depends on uninitialised value(s)
==6205==    at 0x402DEDF: bcmp (mc_replace_strmem.c:935)
==6205==    by 0x50CE81F: d3d10_depthstencil_state_compare (device.c:2092)
==6205==    by 0x50D1EF8: wine_rb_remove (rbtree.h:300)
==6205==    by 0x50D2BA5: d3d10_depthstencil_state_Release (state.c:222)
==6205==    by 0x4F5C7CE: test_create_depthstencil_state (d3d10.h:3052)
==6205==    by 0x4F5D127: func_device (device.c:893)
==6205==    by 0x4F5DF24: run_test (test.h:584)
==6205==    by 0x4F5E312: main (test.h:654)
==6205==  Uninitialised value was created by a stack allocation
==6205==    at 0x4F5C3D1: test_create_depthstencil_state (device.c:728)
==6205== 

This is on nvidia hardware, rather than intel/mesa:
OpenGL renderer string: GeForce GTX 460/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 337.25

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