Bug 284992
Summary: | Bug: ResourceMonitor uses moved Identifier. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
Component: | New Bugs | Assignee: | Basuke Suzuki <basuke> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Basuke Suzuki
In 288017@main, the content rule list is delivered from UIProcess to Web Process. When ContentRuleList is stored in ContentExtensionsBackend, identifier must be supplied. Unfortunately the identifier value is already moved into the ContentExtension and the value was empty.
To solve this coping the identifier string before use.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Basuke Suzuki
rdar://141789462
Basuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/38243
EWS
Committed 288140@main (dc0bb4d4dbbf): <https://commits.webkit.org/288140@main>
Reviewed commits have been landed. Closing PR #38243 and removing active labels.