https://bugs.winehq.org/show_bug.cgi?id=36401
Bug ID: 36401 Summary: valgrind shows an unitialized variable in dxgi/factory.c (dxgi/tests/device.c) Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==21110== Conditional jump or move depends on uninitialised value(s) ==21110== at 0x5168715: wined3d_swapchain_decref (swapchain.c:75) ==21110== by 0x50E7568: wined3d_device_uninit_3d (device.c:1090) ==21110== by 0x5083655: dxgi_swapchain_Release (swapchain.c:82) ==21110== by 0x4A97019: func_device (dxgi.h:1733) ==21110== by 0x4A98EEA: run_test (test.h:584) ==21110== by 0x4A94C3E: main (test.h:654) ==21110== Uninitialised value was created by a stack allocation ==21110== at 0x507FF5C: dxgi_factory_CreateSwapChain (factory.c:186) ==21110==
dxgi/tests/device.c
https://bugs.winehq.org/show_bug.cgi?id=36401
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.7.17 |1.7.18
https://bugs.winehq.org/show_bug.cgi?id=36401
--- Comment #1 from Austin English austinenglish@gmail.com --- I'm now seeing: ==2344== Conditional jump or move depends on uninitialised value(s) ==2344== at 0x5092598: swapchain_cleanup (swapchain.c:75) ==2344== by 0x5092825: wined3d_swapchain_decref (swapchain.c:108) ==2344== by 0x4FE6166: wined3d_device_uninit_3d (device.c:1090) ==2344== by 0x4D686A2: dxgi_swapchain_Release (swapchain.c:82) ==2344== by 0x4CA4AAD: test_createswapchain (dxgi.h:1733) ==2344== by 0x4CA67B8: func_device (device.c:732) ==2344== by 0x4CA75B8: run_test (test.h:584) ==2344== by 0x4CA79A6: main (test.h:654) ==2344== Uninitialised value was created by a stack allocation ==2344== at 0x4D65B3C: dxgi_factory_CreateSwapChain (factory.c:186) ==2344==
https://bugs.winehq.org/show_bug.cgi?id=36401
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36401
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d
https://bugs.winehq.org/show_bug.cgi?id=36401
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|valgrind shows an |valgrind shows an |unitialized variable in |uninitialized variable in |dxgi/factory.c |dxgi/factory.c |(dxgi/tests/device.c) |(dxgi/tests/device.c) CC| |fgouget@codeweavers.com