Bug 240828 - Capture WeakPtr to CachedResourceClient in lambdas in CachedRawResource::didAddClient()
Summary: Capture WeakPtr to CachedResourceClient in lambdas in CachedRawResource::didA...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-23 14:43 PDT by Chris Dumez
Modified: 2022-05-23 16:26 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-05-23 14:43:27 PDT
Capture WeakPtr to CachedResourceClient in lambdas in CachedRawResource::didAddClient() instead of a raw pointer, for hardening.
Comment 1 Chris Dumez 2022-05-23 14:43:35 PDT
<rdar://93781799>
Comment 2 Chris Dumez 2022-05-23 14:46:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/944
Comment 3 EWS 2022-05-23 16:26:25 PDT
Committed r294692 (250896@main): <https://commits.webkit.org/250896@main>

Reviewed commits have been landed. Closing PR #944 and removing active labels.