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
273796
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
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2024-05-06 15:15:29 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/28204
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
<
rdar://problem/127640192
>
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