cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Access Violation in libcurl in Win32 service application on XP

From: Gisle Vanem <giva_at_bgnett.no>
Date: Wed, 19 Jan 2005 20:48:12 +0100

"Michael Smith" wrote:

> WITHIN gethostbyname_thread, it's local variables and there contents are shown below:
>
> conn itself is loaded with garbage values for example bytecount is set to 37662173081632779
> conn->async.hostname := 0xcdcdcdcd

That's because 'conn' was freed before the callback was called. free() in debug-mode
fills data with 0xCD. This bug was fixed in 7.12.2 in october last year with a new
syncronisation method.

--gv
Received on 2005-01-19