[Webkit-unassigned] [Bug 150313] New: DoubleRep fails to convert SpecBoolean values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 18 23:10:15 PDT 2015


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

            Bug ID: 150313
           Summary: DoubleRep fails to convert SpecBoolean values
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

This was uncovered by the op_sub stress test on 32-bit builds.  On 32-bit builds, DoubleRep will erroneously convert 'true' to a 'NaN' instead of a double 1.  On 64-bit, the same issue exists but is masked by another bug in DoubleRep where boolean values will always erroneously trigger a BadType OSR exit.

-- 
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/20151019/3cb12b37/attachment.html>


More information about the webkit-unassigned mailing list