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@winehq.org Reporter: austinenglish@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==
https://bugs.winehq.org/show_bug.cgi?id=36919
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Fedora
https://bugs.winehq.org/show_bug.cgi?id=36919
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- There's no randomByte() function in current codebase (wine-gecko 2.47). Please retest.
https://bugs.winehq.org/show_bug.cgi?id=36919
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|NEEDINFO |RESOLVED
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Nikolay Sivov from comment #1)
There's no randomByte() function in current codebase (wine-gecko 2.47). Please retest.
Marking abandoned.
https://bugs.winehq.org/show_bug.cgi?id=36919
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.