[Bug 36600] valgrind shows a possible leak in winhttp/tests/winhttp.c

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 9 18:05:22 CST 2017


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

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Austin English <austinenglish at gmail.com> ---
(In reply to Hans Leidekker from comment #1)
> test_Timeouts is clean here. Do you still see this?

No, I don't. I do see a different problem though:
==18450== Invalid read of size 8
==18450==    at 0x6C04110: ??? (typelib.c:6301)
==18450==    by 0x6C04F6D: DispCallFunc (typelib.c:6807)
==18450==    by 0x6C06A25: ITypeInfo_fnInvoke (typelib.c:7165)
==18450==    by 0x674A75E: ITypeInfo_Invoke (oaidl.h:1596)
==18450==    by 0x674A75E: winhttp_request_Invoke (???:0)
==18450==    by 0x6518B57: IWinHttpRequest_Invoke (httprequest.h:371)
==18450==    by 0x6518B57: test_IWinHttpRequest_Invoke (???:0)
==18450==    by 0x651A3FE: func_winhttp (winhttp.c:4281)
==18450==    by 0x651B5E3: run_test (test.h:589)
==18450==    by 0x651BAB8: main (test.h:673)
==18450==  Address 0x7ffffe04e448 is 0 bytes after a recently re-allocated
block of size 24 alloc'd
==18450==    at 0x7BC64847: notify_alloc (heap.c:254)
==18450==    by 0x7BC69FB3: RtlAllocateHeap (heap.c:1716)
==18450==    by 0x6BEE73F: heap_alloc (typelib.h:601)
==18450==    by 0x6C04BC8: DispCallFunc (typelib.c:6756)
==18450==    by 0x6C06A25: ITypeInfo_fnInvoke (typelib.c:7165)
==18450==    by 0x674A75E: ITypeInfo_Invoke (oaidl.h:1596)
==18450==    by 0x674A75E: winhttp_request_Invoke (???:0)
==18450==    by 0x6518B57: IWinHttpRequest_Invoke (httprequest.h:371)
==18450==    by 0x6518B57: test_IWinHttpRequest_Invoke (???:0)
==18450==    by 0x651A3FE: func_winhttp (winhttp.c:4281)
==18450==    by 0x651B5E3: run_test (test.h:589)
==18450==    by 0x651BAB8: main (test.h:673)
==18450==

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