Bug 273796

Summary: DataURLDecoder should make isolated copy of each string
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Page LoadingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

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.