New issue
Advanced search Search tips

Issue 596538 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug

Blocking:
issue 596523



Sign in to add a comment

HostPortPair::FromString() accepts invalid port numbers (with leading +)

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

Issue description

HostPortPair::FromString() will accept "foobar:+34", because it uses base::StringToInt() to parse the port portion.
 
Labels: OS-All
Status: Available (was: Untriaged)

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

Owner: eroman@chromium.org
Status: Assigned (was: Available)

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

Status: Fixed (was: Assigned)

Sign in to add a comment