WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
255527
startFrom parameter should be unsigned
https://bugs.webkit.org/show_bug.cgi?id=255527
Summary
startFrom parameter should be unsigned
Seija K.
Reported
2023-04-17 09:28:37 PDT
The value being passed as this argument always unsigned anyway, and when used within the match function itself, it is always being passed to another method or function, which takes an unsigned value, not a signed one.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-04-24 09:29:21 PDT
<
rdar://problem/108457199
>
Ahmad Saleem
Comment 2
2024-01-22 06:42:20 PST
PR -
https://github.com/WebKit/WebKit/pull/12807
EWS
Comment 3
2024-01-22 14:22:09 PST
Committed
273319@main
(e657a3449fbf): <
https://commits.webkit.org/273319@main
> Reviewed commits have been landed. Closing PR #12807 and removing active labels.
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