https://bugs.winehq.org/show_bug.cgi?id=38456
Bug ID: 38456 Summary: valgrind shows several uninitialized variables in programs/reg/tests/reg.c Product: Wine Version: 1.7.41 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: wshom.ocx Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Debian
==18266== Conditional jump or move depends on uninitialised value(s) ==18266== at 0x402DC12: bcmp (vg_replace_strmem.c:1005) ==18266== by 0x41FF367: test_add (reg.c:239) ==18266== by 0x4200B08: func_reg (reg.c:427) ==18266== by 0x420184E: run_test (test.h:584) ==18266== by 0x4201C87: main (test.h:666) ==18266== Uninitialised value was created by a stack allocation ==18266== at 0x41FE195: test_add (reg.c:90) ==18266==
==18266== Conditional jump or move depends on uninitialised value(s) ==18266== at 0x41FF36D: test_add (reg.c:239) ==18266== by 0x4200B08: func_reg (reg.c:427) ==18266== by 0x420184E: run_test (test.h:584) ==18266== by 0x4201C87: main (test.h:666) ==18266== Uninitialised value was created by a stack allocation ==18266== at 0x41FE195: test_add (reg.c:90) ==18266==