https://bugs.winehq.org/show_bug.cgi?id=36415
Bug ID: 36415 Summary: valgrind shows an invalid read in ole32/tests/hglobalstream.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==24323== Invalid read of size 2 ==24323== at 0x7B844735: GlobalLock (heap.c:440) ==24323== by 0x538C9DB: HGLOBALStreamImpl_Read (hglobalstream.c:170) ==24323== by 0x4D7AE73: func_hglobalstream (objidl.h:4381) ==24323== by 0x4DBDEA8: run_test (test.h:584) ==24323== by 0x4DBE297: main (test.h:654) ==24323== Address 0x480a180 is 16 bytes after a block of size 32 free'd ==24323== at 0x7BC4FF41: RtlFreeHeap (heap.c:263) ==24323== by 0x538CC0B: HGLOBALStreamImpl_Release (hglobalstream.c:124) ==24323== by 0x4D7ABFB: func_hglobalstream (objidl.h:4377) ==24323== by 0x4DBDEA8: run_test (test.h:584) ==24323== by 0x4DBE297: main (test.h:654) ==24323==
http://bugs.winehq.org/show_bug.cgi?id=36415
--- Comment #1 from Vincent Povirk madewokherd@gmail.com --- Isn't this the same as bug 36130?
http://bugs.winehq.org/show_bug.cgi?id=36415
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Vincent Povirk from comment #1)
Isn't this the same as bug 36130?
Yeah, thanks. The stack trace was slightly different, needed a tweak to the suppression.
*** This bug has been marked as a duplicate of bug 36130 ***
http://bugs.winehq.org/show_bug.cgi?id=36415
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.