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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 10:49:56 PDT 2009


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


Steve Block <steveblock at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |29178
                 CC|                            |steveblock at google.com
             Status|NEW                         |ASSIGNED




--- Comment #1 from Steve Block <steveblock at google.com>  2009-10-06 10:49:55 PDT ---
I looked at how window.setTimeout() handles overflow of its timer IDs. It looks
like it simply allows the overflow to happen (while ensuring the ID remains
positive), thus overwriting the previous timer. See
http://trac.webkit.org/browser/trunk/WebCore/page/DOMTimer.cpp.

I suggest we do the same for Geolocation requests - allow the overflow, making
sure the ID remains positive or negative as appropriate.

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