[Webkit-unassigned] [Bug 30122] New: Geolocation does not protect against wrap-around of request IDs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 05:52:25 PDT 2009


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

           Summary: Geolocation does not protect against wrap-around of
                    request IDs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: eric at webkit.org, bolsinga at apple.com, darin at apple.com


Currently there is no guard to prevent wrap-around of the IDs used for
Geolocation requests. This means that when the ID overflows, a previously
existing request will be canceled and its ID reused. The orignal ID will then
reference the wrong request.

-- 
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