Bug 274612
Summary: | Fix site isolation overlay crash during teardown | ||
---|---|---|---|
Product: | WebKit | Reporter: | pascoe <pascoe> |
Component: | WebKit Misc. | Assignee: | pascoe <pascoe> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
pascoe@apple.com
The WeakHashMap will remove it's null references for pages that have been destructed, but during that teardown a WeakRef containing the same page gets accessed, causing a crash.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/128636304>
pascoe@apple.com
Pull request: https://github.com/WebKit/WebKit/pull/29014
EWS
Committed 279386@main (4d646a441196): <https://commits.webkit.org/279386@main>
Reviewed commits have been landed. Closing PR #29014 and removing active labels.