[Bug 36400] New: valgrind shows several unitialized values in under crypt32/tests/message.c

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 7 20:10:30 CDT 2014


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 at winehq.org
          Reporter: austinenglish at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list