New issue
Advanced search Search tips

Issue 596558 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task

Blocking:
issue 596523



Sign in to add a comment

HttpResponseHeaders::GetContentRange() uses base::StringToInt64() without checking for leading plus

Project Member Reported by eroman@chromium.org, Mar 21 2016

Issue description

This means it will accept numbers with a leading plus. Is that correct in this case? (The rest of HTTP standard expects numbers to be 1*DIGIT, so I would be surprised if that were not the case here).
 

Comment 1 by eroman@chromium.org, Mar 21 2016

Blockedon: -596570

Comment 2 by eroman@chromium.org, Mar 21 2016

Components: -Internals>Network Internals>Network>HTTP

Comment 3 by eroman@chromium.org, Mar 23 2016

Owner: eroman@chromium.org
Status: Assigned (was: Untriaged)
Components: Internals>Network
Components: -Internals>Network>HTTP
Owner: ----
Status: Untriaged (was: Assigned)
Labels: -Type-Bug Network-Triaged Type-Task
Status: Available (was: Untriaged)

Sign in to add a comment