Loading lib/http_digest.c +7 −2 Original line number Diff line number Diff line Loading @@ -168,7 +168,12 @@ CURLdigest Curl_input_digest(struct connectdata *conn, else { /* unknown specifier, ignore it! */ } totlen = strlen(value)+strlen(content)+3; totlen = strlen(value)+strlen(content)+1; if(header[strlen(value)+1] == '\"') /* the contents were within quotes, then add 2 for them to the length */ totlen += 2; } else break; /* we're done here */ Loading Loading
lib/http_digest.c +7 −2 Original line number Diff line number Diff line Loading @@ -168,7 +168,12 @@ CURLdigest Curl_input_digest(struct connectdata *conn, else { /* unknown specifier, ignore it! */ } totlen = strlen(value)+strlen(content)+3; totlen = strlen(value)+strlen(content)+1; if(header[strlen(value)+1] == '\"') /* the contents were within quotes, then add 2 for them to the length */ totlen += 2; } else break; /* we're done here */ Loading