curl-library
zlib and 64-bit
From: Cory Nelson <phrosty_at_gmail.com>
Date: Sat, 21 May 2005 15:11:23 -0700
Received on 2005-05-22
Date: Sat, 21 May 2005 15:11:23 -0700
When libcurl is compiled to use zlib, it crashes on gzipped data.
When using zlib's file i/o functions directly, this crash doesn't
happen. Because the file i/o functions use the stream functions, I'm
betting it's not in the stream functions.
Unfortunately VS2005 won't install for me on 64-bit (i have to
cross-compile then reboot into the 64-bit edition), so I can't debug.
I've been reviewing the significant portions of libcurl but I'm not
very familiar with it and havn't turned up anything, so I'm hoping
another set of eyes will be able to.
I've attached a small test case, the URL's I've been using are
http://inherent.blocklist.org/p2p.7z (works) and
http://www.bluetack.co.uk/config/level1.gz (crashes)
-- Cory Nelson http://www.int64.org
- text/plain attachment: curltest.c