[Bug 36925] New: valgrind shows a couple unitialized variables in dlls/ieframe/tests/ie.c (bestBtreeIndex)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 17 00:24:45 CDT 2014


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

            Bug ID: 36925
           Summary: valgrind shows a couple unitialized variables in
                    dlls/ieframe/tests/ie.c (bestBtreeIndex)
           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

==14107== Thread 23:
==14107== Conditional jump or move depends on uninitialised value(s)
==14107==    at 0x81258BAA: bestBtreeIndex (sqlite3.c:107585)
==14107==    by 0x812848BD: sqlite3WhereBegin (sqlite3.c:109693)
==14107==    by 0x812905EE: sqlite3Select (sqlite3.c:100747)
==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)

==14107== Conditional jump or move depends on uninitialised value(s)
==14107==    at 0x8125A351: bestOrClauseIndex (sqlite3.c:106141)
==14107==    by 0x8125948C: bestBtreeIndex (sqlite3.c:108056)
==14107==    by 0x812848BD: sqlite3WhereBegin (sqlite3.c:109693)
==14107==    by 0x812905EE: sqlite3Select (sqlite3.c:100747)
==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)
==14107==

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