[Webkit-unassigned] [Bug 9697] parseInt results may be inaccurate for numbers greater than 2^53

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jul 2 15:59:16 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9697


opendarwin.org at bdash.net.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |opendarwin.org at bdash.net.nz
                URL|                            |javascript:alert(parseInt('0
                   |                            |x1000000000000081',
                   |                            |16).toString(16))
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #1 from opendarwin.org at bdash.net.nz  2006-07-02 15:59 PDT -------
I can confirm this bug with WebKit 418.8 and r15138.  I tested with the
following:

javascript:alert(parseInt('0x1000000000000081', 16).toString(16))

With 418.8 the alert shows 0, while r15138 shows 1000000000000000.  Both of
these are incorrect as the original report mentions.


-- 
Configure bugmail: http://bugzilla.opendarwin.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