WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
284992
Bug: ResourceMonitor uses moved Identifier.
https://bugs.webkit.org/show_bug.cgi?id=284992
Summary
Bug: ResourceMonitor uses moved Identifier.
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
Add attachment
proposed patch, testcase, etc.
Basuke Suzuki
Comment 1
2024-12-19 16:53:03 PST
rdar://141789462
Basuke Suzuki
Comment 2
2024-12-19 17:06:11 PST
Pull request:
https://github.com/WebKit/WebKit/pull/38243
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.
Top of Page
Format For Printing
XML
Clone This Bug