Bug 284992

Summary: Bug: ResourceMonitor uses moved Identifier.
Product: WebKit Reporter: Basuke Suzuki <basuke>
Component: New BugsAssignee: 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
Reported 2024-12-19 16:52:52 PST
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
Basuke Suzuki
Comment 1 2024-12-19 16:53:03 PST
Basuke Suzuki
Comment 2 2024-12-19 17:06:11 PST
EWS
Comment 3 2024-12-19 18:56:17 PST
Committed 288140@main (dc0bb4d4dbbf): <https://commits.webkit.org/288140@main> Reviewed commits have been landed. Closing PR #38243 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.