Loading STATUS +0 −5 Original line number Diff line number Diff line Loading @@ -110,11 +110,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1800917 +1: wrowe, jchampion (inspection), ylavic *) Correct string scope to prevent duplicated values for subsequent tokens. Submitted by: wrowe trunk patch: http://svn.apache.org/r1800919 +1: wrowe, jchampion, ylavic PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading modules/aaa/mod_auth_digest.c +2 −2 Original line number Diff line number Diff line Loading @@ -894,13 +894,13 @@ static int get_digest_rec(request_rec *r, digest_header_rec *resp) /* find value */ vv = 0; if (auth_line[0] == '=') { auth_line++; while (apr_isspace(auth_line[0])) { auth_line++; } vv = 0; if (auth_line[0] == '\"') { /* quoted string */ auth_line++; while (auth_line[0] != '\"' && auth_line[0] != '\0') { Loading @@ -919,8 +919,8 @@ static int get_digest_rec(request_rec *r, digest_header_rec *resp) value[vv++] = *auth_line++; } } value[vv] = '\0'; } value[vv] = '\0'; while (auth_line[0] != ',' && auth_line[0] != '\0') { auth_line++; Loading Loading
STATUS +0 −5 Original line number Diff line number Diff line Loading @@ -110,11 +110,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1800917 +1: wrowe, jchampion (inspection), ylavic *) Correct string scope to prevent duplicated values for subsequent tokens. Submitted by: wrowe trunk patch: http://svn.apache.org/r1800919 +1: wrowe, jchampion, ylavic PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading
modules/aaa/mod_auth_digest.c +2 −2 Original line number Diff line number Diff line Loading @@ -894,13 +894,13 @@ static int get_digest_rec(request_rec *r, digest_header_rec *resp) /* find value */ vv = 0; if (auth_line[0] == '=') { auth_line++; while (apr_isspace(auth_line[0])) { auth_line++; } vv = 0; if (auth_line[0] == '\"') { /* quoted string */ auth_line++; while (auth_line[0] != '\"' && auth_line[0] != '\0') { Loading @@ -919,8 +919,8 @@ static int get_digest_rec(request_rec *r, digest_header_rec *resp) value[vv++] = *auth_line++; } } value[vv] = '\0'; } value[vv] = '\0'; while (auth_line[0] != ',' && auth_line[0] != '\0') { auth_line++; Loading