[webkit-reviews] review requested: [Bug 9697] parseInt results may be inaccurate for numbers greater than 2^53 : [Attachment 15544] Revised proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 10:01:51 PDT 2007


Cameron Zwarich (cpst) <cwzwarich at uwaterloo.ca> has asked  for review:
Bug 9697: parseInt results may be inaccurate for numbers greater than 2^53
http://bugs.webkit.org/show_bug.cgi?id=9697

Attachment 15544: Revised proposed patch
http://bugs.webkit.org/attachment.cgi?id=15544&action=edit

------- Additional Comments from Cameron Zwarich (cpst)
<cwzwarich at uwaterloo.ca>
Here is another slightly revised version of the patch. I took into account your
comments about initialization and added the comment. I also removed the check
of s[p] being 'e' or '.', because no matter what we can simply pass that
substring to strtod().



More information about the webkit-reviews mailing list