| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
[ curl-Bugs-634610 ] Curl_follow() crash on RFC2068 Violation
From: <noreply_at_sourceforge.net>
Date: Wed, 06 Nov 2002 11:36:26 -0800
Bugs item #634610, was opened at 2002-11-06 11:36
Category: http
Initial Comment:
The page returns a "follow" to this:
results.asp?agree=1&query=straczynski&component=MoreP
We get a crash in transfer.c, function of Curl_follow() around line 1353 (of version 7.10.1); this is in the section where, according to the comments, the follow given is in violation of RFC 2068, and the hack used to get past it is "doomed to cause problems in the future".
Welcome to the future. :-)
Anyhow, the line that crashes is this:
sprintf(newest, "%s%s%s", url_clone,
useurl is the "results.asp..." string above, and protsep is nil -- so dereferencing it is causing the access error.
I'm not really following the logic of what protsep is, so I don't really have a suggested fix. *Maybe* you meant to say !protsep instead of !*protsep, or you need an additional || !protset before testing for !*protsep
----------------------------------------------------------------------
You can respond by visiting:
-------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info