http://bugs.winehq.org/show_bug.cgi?id=26112
Summary: ntdll/env tests show a couple uninitialized value warnings in valgrind Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Conditional jump or move depends on uninitialised value(s) at bcmp (mc_replace_strmem.c:679) by testQuery (env.c:114) by func_env (env.c:295) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a stack allocation at testQuery (env.c:53)
...
Conditional jump or move depends on uninitialised value(s) at testQuery (env.c:114) by func_env (env.c:295) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a stack allocation at testQuery (env.c:53)