https://bugs.winehq.org/show_bug.cgi?id=36400
Bug ID: 36400 Summary: valgrind shows several unitialized values in under crypt32/tests/message.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
Created attachment 48448 --> https://bugs.winehq.org/attachment.cgi?id=48448 valgrind log
==19270== Conditional jump or move depends on uninitialised value(s) ==19270== at 0x513193F: CryptMsgOpenToEncode (msg.c:1416) ==19270== by 0x512C471: CryptSignMessage (message.c:491) ==19270== by 0x4F7DEDF: func_message (message.c:1069) ==19270== by 0x4F43A0B: main (test.h:584) ==19270== Uninitialised value was created by a stack allocation ==19270== at 0x512C281: CryptSignMessage (message.c:409) ==19270==
==19270== Conditional jump or move depends on uninitialised value(s) ==19270== at 0x513193F: CryptMsgOpenToEncode (msg.c:1416) ==19270== by 0x512C471: CryptSignMessage (message.c:491) ==19270== by 0x4F7DF89: func_message (message.c:1075) ==19270== by 0x4F43A0B: main (test.h:584) ==19270== Uninitialised value was created by a stack allocation ==19270== at 0x512C281: CryptSignMessage (message.c:409) ==19270==
etc.