[Webkit-unassigned] [Bug 233921] TextDecoder doesn't detect invalid UTF-8 sequences early enough

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 8 13:23:00 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233921

--- Comment #1 from Alex Christensen <achristensen at apple.com> ---
I think we will need to do basically the same thing as Chromium, but it won't be a simple cherry pick because their DecodeNonASCIISequence returns a different value than our decodeNonASCIISequence and doesn't change the length, and their handlePartialSequence for LChar and UChar are more similar than ours are.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211208/74a9c2af/attachment.htm>


More information about the webkit-unassigned mailing list