[Webkit-unassigned] [Bug 225457] New: assertion m_numParameters >= 0 is always true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 08:50:46 PDT 2021


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

            Bug ID: 225457
           Summary: assertion m_numParameters >= 0 is always true
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: estea at igalia.com

In Source/JavaScriptCore/bytecode/CodeBlock.h the assertion: ASSERT(m_numParameters >= 0); is always true as m_numParameters is unsigned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210506/e0c42b67/attachment.htm>


More information about the webkit-unassigned mailing list