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+
Michael Saboff
Comment 1 2021-03-23 18:58:06 PDT
Michael Saboff
Comment 2 2021-03-23 19:02:55 PDT
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
Note You need to log in before you can comment on or make changes to this bug.