https://bugs.winehq.org/show_bug.cgi?id=38448
Bug ID: 38448 Summary: valgrind shows an unitialized variable in dlls/psapi/tests/psapi_main.c Product: Wine Version: 1.7.41 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: psapi Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Debian
==14400== Conditional jump or move depends on uninitialised value(s) ==14400== at 0x402DBE9: bcmp (vg_replace_strmem.c:1005) ==14400== by 0x42005C2: test_GetMappedFileName (psapi_main.c:464) ==14400== by 0x4202913: func_psapi_main (psapi_main.c:802) ==14400== by 0x42036CB: run_test (test.h:584) ==14400== by 0x4203B04: main (test.h:666) ==14400== Uninitialised value was created by a stack allocation ==14400== at 0x41FFAF2: test_GetMappedFileName (psapi_main.c:373) ==14400==