[Bug 36383] New: valgrind shows several uninitialized values in ddraw_CreateSurface() in ddraw/tests/dsurface.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 6 15:54:39 CDT 2014


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

            Bug ID: 36383
           Summary: valgrind shows several uninitialized values in
                    ddraw_CreateSurface() in ddraw/tests/dsurface.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 at winehq.org
          Reporter: austinenglish at gmail.com

fixme:win:EnumDisplayDevicesW ((null),0,0x549f568,0x00000000), stub!
==5763== Conditional jump or move depends on uninitialised value(s)
==5763==    at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763==    by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763==    by 0x515E72E: SrcColorKey32BlitTest (dsurface.c:240)
==5763==    by 0x516CEB4: func_dsurface (dsurface.c:3949)
==5763==    by 0x50CC30B: main (test.h:584)
==5763==  Uninitialised value was created by a stack allocation
==5763==    at 0x515E671: SrcColorKey32BlitTest (dsurface.c:217)
==5763== 

==5763== Conditional jump or move depends on uninitialised value(s)
==5763==    at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763==    by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763==    by 0x515E7C8: SrcColorKey32BlitTest (dsurface.c:251)
==5763==    by 0x516CEB4: func_dsurface (dsurface.c:3949)
==5763==    by 0x50CC30B: main (test.h:584)
==5763==  Uninitialised value was created by a stack allocation
==5763==    at 0x515E671: SrcColorKey32BlitTest (dsurface.c:217)
==5763== 

==5763== Conditional jump or move depends on uninitialised value(s)
==5763==    at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763==    by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763==    by 0x515E224: PaletteTest (dsurface.c:2225)
==5763==    by 0x516E484: func_dsurface (dsurface.c:3962)
==5763==    by 0x50CC30B: main (test.h:584)
==5763==  Uninitialised value was created by a stack allocation
==5763==    at 0x515DB07: PaletteTest (dsurface.c:2137)
==5763== 

==5763== Conditional jump or move depends on uninitialised value(s)
==5763==    at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763==    by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763==    by 0x515E003: PaletteTest (dsurface.c:2260)
==5763==    by 0x516E484: func_dsurface (dsurface.c:3962)
==5763==    by 0x50CC30B: main (test.h:584)
==5763==  Uninitialised value was created by a stack allocation
==5763==    at 0x515DB07: PaletteTest (dsurface.c:2137)
==5763==

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