RESOLVED FIXED273796
DataURLDecoder should make isolated copy of each string
https://bugs.webkit.org/show_bug.cgi?id=273796
Summary DataURLDecoder should make isolated copy of each string
Ryosuke Niwa
Reported 2024-05-06 15:13:23 PDT
parseMediaType in Source/WebCore/platform/network/DataURLDecoder.cpp should create isolated copy of each string. Otherwise, the strings will be shared among the work queue and the main thread.
Attachments
Ryosuke Niwa
Comment 1 2024-05-06 15:15:29 PDT
EWS
Comment 2 2024-05-06 19:20:47 PDT
Committed 278437@main (a76c959212c6): <https://commits.webkit.org/278437@main> Reviewed commits have been landed. Closing PR #28204 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-05-06 19:21:15 PDT
Note You need to log in before you can comment on or make changes to this bug.