https://bugs.winehq.org/show_bug.cgi?id=36926
Bug ID: 36926 Summary: valgrind shows a couple unitialized variables in dlls/ieframe/tests/ie.c (codeOneLoopStart) 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
==14107== Conditional jump or move depends on uninitialised value(s) ==14107== at 0x81280EED: codeOneLoopStart (sqlite3.c:108584) ==14107== Uninitialised value was created by a client request ==14107== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209) ==14107== by 0x7BC4C075: initialize_block (heap.c:240) ==14107== by 0x7BC50981: RtlAllocateHeap (heap.c:1717) ==14107== by 0x77D619E: msvcrt_heap_alloc (heap.c:70) ==14107== by 0x77D6D63: MSVCRT_malloc (heap.c:408) ==14107== by 0x812510B5: sqlite3MemMalloc (sqlite3.c:15744)