|
|
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: Wed, 24 Sep 2008 13:42:06 +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
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info