Bug 225457

Summary: assertion m_numParameters >= 0 is always true
Product: WebKit Reporter: Eleni Maria Stea <estea>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: estea, ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Eleni Maria Stea 2021-05-06 08:50:46 PDT
In Source/JavaScriptCore/bytecode/CodeBlock.h the assertion: ASSERT(m_numParameters >= 0); is always true as m_numParameters is unsigned.
Comment 1 Eleni Maria Stea 2021-05-06 09:11:47 PDT
Created attachment 427891 [details]
Patch
Comment 2 EWS 2021-05-06 19:13:13 PDT
Committed r277153 (237440@main): <https://commits.webkit.org/237440@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 427891 [details].
Comment 3 Radar WebKit Bug Importer 2021-05-06 19:14:18 PDT
<rdar://problem/77636798>