https://bugs.winehq.org/show_bug.cgi?id=36344
Bug ID: 36344 Summary: valgrind shows some uninitialized memory use in ddraw/tests/ddraw7.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==32416== Conditional jump or move depends on uninitialised value(s) ==32416== at 0x5802378: GetRegionData (region.c:889) ==32416== by 0x4A7F6BE: ddraw_clipper_GetClipList (clipper.c:213) ==32416== by 0x4AAD5EE: ddraw_surface7_Blt (surface.c:1429) ==32416== by 0x4D9E8CE: test_clipper_blt (ddraw7.c:792) ==32416== by 0x4DACD4E: func_ddraw7 (ddraw7.c:7030) ==32416== by 0x4DDD6DC: run_test (test.h:584) ==32416== by 0x4DDDACB: main (test.h:654) ==32416== Uninitialised value was created by a stack allocation ==32416== at 0x4AAD411: ddraw_surface7_Blt (surface.c:1503) ==32416==
https://bugs.winehq.org/show_bug.cgi?id=36344
--- Comment #1 from Austin English austinenglish@gmail.com --- A second one: ==32661== Conditional jump or move depends on uninitialised value(s) ==32661== at 0x5832378: GetRegionData (region.c:889) ==32661== by 0x4A9B6BE: ddraw_clipper_GetClipList (clipper.c:213) ==32661== by 0x4AC95EE: ddraw_surface7_Blt (surface.c:1429) ==32661== by 0x4DC374E: test_surface_discard (ddraw7.c:4938) ==32661== by 0x4DDF4D1: func_ddraw7 (ddraw7.c:7063) ==32661== by 0x4E096DC: run_test (test.h:584) ==32661== by 0x4E09ACB: main (test.h:654) ==32661== Uninitialised value was created by a stack allocation ==32661== at 0x4AC9411: ddraw_surface7_Blt (surface.c:1503) ==32661==
https://bugs.winehq.org/show_bug.cgi?id=36344
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #2 from Austin English austinenglish@gmail.com --- Also fixed by 9016d1eda0cec04606fd3996559dabcee6e493b9.
*** This bug has been marked as a duplicate of bug 36250 ***
https://bugs.winehq.org/show_bug.cgi?id=36344
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.