[Webkit-unassigned] [Bug 147590] New: The JSONP parser incorrectly parsers -0 as +0.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 14:08:26 PDT 2015


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

            Bug ID: 147590
           Summary: The JSONP parser incorrectly parsers -0 as +0.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: keith_miller at apple.com

Running x = -0 on the jsc command line causes x to be set to 0 rather than -0. This is due to an issue in the JSONP parser which stores the accumulator variable while reading the number token as an int rather than a double.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150803/59e9bd50/attachment.html>


More information about the webkit-unassigned mailing list