WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
225457
assertion m_numParameters >= 0 is always true
https://bugs.webkit.org/show_bug.cgi?id=225457
Summary
assertion m_numParameters >= 0 is always true
Eleni Maria Stea
Reported
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.
Attachments
Patch
(1.34 KB, patch)
2021-05-06 09:11 PDT
,
Eleni Maria Stea
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eleni Maria Stea
Comment 1
2021-05-06 09:11:47 PDT
Created
attachment 427891
[details]
Patch
EWS
Comment 2
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]
.
Radar WebKit Bug Importer
Comment 3
2021-05-06 19:14:18 PDT
<
rdar://problem/77636798
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug