Bug 162789 - Fix off-by-one error in URLParser::parseIPv4Host
Summary: Fix off-by-one error in URLParser::parseIPv4Host
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-30 09:48 PDT by Alex Christensen
Modified: 2016-09-30 11:53 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.27 KB, patch)
2016-09-30 09:49 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (3.54 KB, patch)
2016-09-30 09:52 PDT, Alex Christensen
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2016-09-30 09:48:17 PDT
Fix off-by-one error in URLParser::parseIPv4Host
Comment 1 Alex Christensen 2016-09-30 09:49:11 PDT
Created attachment 290339 [details]
Patch
Comment 2 WebKit Commit Bot 2016-09-30 09:51:04 PDT
Attachment 290339 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alex Christensen 2016-09-30 09:52:58 PDT
Created attachment 290341 [details]
Patch
Comment 4 Alex Christensen 2016-09-30 11:53:34 PDT
http://trac.webkit.org/changeset/206650