Bug 258167

Summary: Check CachedResourceLoader's document WeakPtr in more places
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Brent Fulgham
Reported 2023-06-15 15:37:52 PDT
The CachedResourceLoader class holds a WeakPtr to a Document, which may be nullptr at different moments in loading. We inconsistently check for nullptr, which telemetry shows is triggering some crashes. This patch provides more rigorous checks for nullptr to avoid these crashes.
Attachments
Brent Fulgham
Comment 1 2023-06-15 15:38:01 PDT
Brent Fulgham
Comment 2 2023-06-15 15:50:21 PDT
EWS
Comment 3 2023-06-16 16:22:18 PDT
Committed 265259@main (9632def06c0f): <https://commits.webkit.org/265259@main> Reviewed commits have been landed. Closing PR #15025 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.