Bug 273796
| Summary: | DataURLDecoder should make isolated copy of each string | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Page Loading | Assignee: | 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
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
Pull request: https://github.com/WebKit/WebKit/pull/28204
EWS
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
<rdar://problem/127640192>