[Bug 21336] New: wine's valgrind annotations for large heap realloc yield false positives

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 11 21:30:49 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21336

           Summary: wine's valgrind annotations for large heap realloc
                    yield false positives
           Product: Wine
           Version: 1.1.36
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: source
          Severity: normal
          Priority: P2
         Component: ntdll
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


Spotted and diagnosed by Lei Zhang.

http://build.chromium.org/buildbot/waterfall.fyi/builders/Chromium%20Linux%20Wine%20(valgrind)/builds/394/steps/wine%20valgrind%20test:%20unit_tests/logs/stdio
has the error
Syscall param write(buf) points to uninitialised byte(s)
...
 Address 0x20350024 is 4 bytes inside a block of size 1,428,736 alloc'd
    at RtlReAllocateHeap (heap.c:247)

The problem is the heap annotations after realloc_large_block.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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