WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
223666
[YARR] Interpreter incorrectly matches non-BMP characters with multiple . w/dotAll flag
https://bugs.webkit.org/show_bug.cgi?id=223666
Summary
[YARR] Interpreter incorrectly matches non-BMP characters with multiple . w/d...
Michael Saboff
Reported
2021-03-23 18:57:34 PDT
Similar to the fuzzer bug found in
https://bugs.webkit.org/show_bug.cgi?id=223498
- "[YARR] Interpreter incorrectly matches non-BMP characters with multiple .", there is a similar issue when the dotAll flag (s) is used. String.fromCodePoint(0x10000).match(/../u) should not match but does in the Yarr Interpreter.
Attachments
Patch
(2.94 KB, patch)
2021-03-23 19:02 PDT
,
Michael Saboff
mark.lam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2021-03-23 18:58:06 PDT
<
rdar://75730500
>
Michael Saboff
Comment 2
2021-03-23 19:02:55 PDT
Created
attachment 424089
[details]
Patch
Mark Lam
Comment 3
2021-03-23 20:01:39 PDT
Comment on
attachment 424089
[details]
Patch r=me
Michael Saboff
Comment 4
2021-03-24 10:29:05 PDT
Committed
r274945
(
235702@main
): <
https://commits.webkit.org/235702@main
>
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