|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-2126435 ] wrong HTTP digest authentication with empty realm
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Thu, 25 Sep 2008 14:10:19 +0000
Bugs item #2126435, was opened at 2008-09-24 15:42
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
if((2 == sscanf(header, "%255[^=]=\"%1023[^\"]\"",
sets the content to """" instead of "".
This leads to a wrong md5 computation and curl is not able to send the correct authentication.
After the sscanf command I propose the following patch:
if (!strcmp(content, "\"\""))
bye
Emanuele
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Message:
If you tell me your full real name, I'll give you proper credit in the
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info