[Webkit-unassigned] [Bug 22847] Geolocation PositionOptions cannot be an arbitrary object
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 15 12:08:30 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22847
sam at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #26006|0 |1
is obsolete| |
Attachment #26027| |review?
Flag| |
------- Comment #3 from sam at webkit.org 2008-12-15 12:08 PDT -------
Created an attachment (id=26027)
--> (https://bugs.webkit.org/attachment.cgi?id=26027&action=view)
Updated patch
Greg, this is an updated version of the patch which hopefully addresses Darin's
comments. It would great if you could test this with some malformed
PositionOptions to make sure all is well.
Example of malformed PositionOptions include:
// Exception being thrown
var o = { get timeout() { throw 1; } }
// Overflow (note UINT_MAX doesn't exist in JS, so you will have to fill it in
yourself)
var o = { timeout: UINT_MAX + 1; }
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list