[Webkit-unassigned] [Bug 36571] New: WebKit should treat port numbers outside of the valid range as being blacklisted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 18:41:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36571

           Summary: WebKit should treat port numbers outside of the valid
                    range as being blacklisted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrowe at apple.com


TCP only provides for 16 bit port numbers.  Port numbers outside of that range
should be treated as being blacklisted to avoid the possibility of them being
incorrectly interpreted later on.  The port number of 0 is also reserved so I
think we should also consider blacklisting it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list