[Bug 36919] New: valgrind shows a few unitialized variables in dlls/ieframe/tests/ie.c (randomByte)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 16 22:26:42 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=36919

            Bug ID: 36919
           Summary: valgrind shows a few unitialized variables in
                    dlls/ieframe/tests/ie.c (randomByte)
           Product: Wine
           Version: 1.7.22
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: ieframe
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

==12795== Use of uninitialised value of size 4
==12795==    at 0x8123E093: randomByte (sqlite3.c:20610)
==12795==  Uninitialised value was created by a stack allocation
==12795==    at 0x8123E020: randomByte (sqlite3.c:20571)
==12795== 

==12795== Use of uninitialised value of size 4
==12795==    at 0x8123E0DA: randomByte (sqlite3.c:20621)
==12795==  Uninitialised value was created by a stack allocation
==12795==    at 0x8123E020: randomByte (sqlite3.c:20571)
==12795== 

==12795== Use of uninitialised value of size 4
==12795==    at 0x8123E0EE: randomByte (sqlite3.c:20622)
==12795==  Uninitialised value was created by a stack allocation
==12795==    at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==

-- 
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