https://bugs.winehq.org/show_bug.cgi?id=38451
Bug ID: 38451 Summary: valgrind shows uninitialized variable in dlls/shlwapi/tests/ordinal.c Product: Wine Version: 1.7.41 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: shlwapi Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Debian
==15892== Conditional jump or move depends on uninitialised value(s) ==15892== at 0x402DBF4: bcmp (vg_replace_strmem.c:1005) ==15892== by 0x48E1FC5: GetShellSecurityDescriptor (ordinal.c:4863) ==15892== by 0x487A953: test_GetShellSecurityDescriptor (ordinal.c:726) ==15892== by 0x48845D4: func_ordinal (ordinal.c:3193) ==15892== by 0x489D89C: run_test (test.h:584) ==15892== by 0x489DCD6: main (test.h:666) ==15892== Uninitialised value was created by a stack allocation ==15892== at 0x487A759: test_GetShellSecurityDescriptor (ordinal.c:687) ==15892==