[Bug 20863] New: Write buffer overrun and heap corruption in Widget_DoSomething in oleaut32/tests/tmarshal.c

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 28 15:48:02 CST 2009


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

           Summary: Write buffer overrun and heap corruption in
                    Widget_DoSomething in oleaut32/tests/tmarshal.c
           Product: Wine
           Version: 1.1.33
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: oleaut32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


The third valgrind error in
http://kegel.com/wine/valgrind/logs/2009-11-27-12.53/vg-oleaut32_tmarshal.txt
is
 Invalid write of size 4
    at  Widget_DoSomething (tmarshal.c:371)
    by  ??? (typelib.c:5632)
    by  _invoke (typelib.c:5688)
    by  DispCallFunc (typelib.c:5948)
    by  test_DispCallFunc (tmarshal.c:1399)
  Address 0x7f85edac is 4 bytes inside a block of size 6 alloc'd
    at  notify_alloc (heap.c:247)
    by  RtlAllocateHeap (heap.c:1697)
    by  SysAllocStringLen (oleaut.c:233)
    by  SysAllocString (oleaut.c:157)
    by  test_DispCallFunc (tmarshal.c:1391)
and is followed by the heap overrun warning 
err:heap:HEAP_ValidateTail Heap 0x7f000000: invalid arena 0x7f85eda0, buffer
0x7f85eda8, corrupt at 0x7f85edae (0 bytes past end of 6 byte buffer)

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