[Webkit-unassigned] [Bug 169034] New: Incorrect RELEASE_ASSERT in JSGlobalObject::addStaticGlobals()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 1 06:02:55 PST 2017


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

            Bug ID: 169034
           Summary: Incorrect RELEASE_ASSERT in
                    JSGlobalObject::addStaticGlobals()
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tpopela at redhat.com

There is an incorrect RELEASE_ASSERT in JSGlobalObject::addStaticGlobals(GlobalPropertyInfo* globals, int count):

RELEASE_ASSERT(offset = startOffset + i);

it should not assign to offset, but compare to offset.

-- 
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/20170301/88ebbacb/attachment.html>


More information about the webkit-unassigned mailing list