http://bugs.winehq.org/show_bug.cgi?id=28705
Bug #: 28705 Summary: gdiplus/tests/graphics.ok triggers a uninitialized variable reference in WIN_CreateWindowEx Product: Wine Version: 1.3.30 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Conditional jump or move depends on uninitialised value(s) at WIN_CreateWindowEx (win.c:1410) by CreateWindowExA (win.c:1550) by func_graphics (graphics.c:3322) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a stack allocation at WIN_CreateWindowEx (win.c:1146) ...
Conditional jump or move depends on uninitialised value(s) at WIN_CreateWindowEx (win.c:1411) by CreateWindowExA (win.c:1550) by func_graphics (graphics.c:3322) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a stack allocation at WIN_CreateWindowEx (win.c:1146)
and about a dozen other related warnings.
http://bugs.winehq.org/show_bug.cgi?id=28705
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #1 from Dan Kegel dank@kegel.com 2011-10-13 15:38:35 CDT --- False alarm - this happens only when DISPLAY is not set.
http://bugs.winehq.org/show_bug.cgi?id=28705
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com 2011-10-17 16:06:47 CDT --- Closing.