WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
266286
Use CheckedPtr<Element> / CheckedRef<Element> less for non-stack variables
https://bugs.webkit.org/show_bug.cgi?id=266286
Summary
Use CheckedPtr<Element> / CheckedRef<Element> less for non-stack variables
Chris Dumez
Reported
2023-12-12 09:06:51 PST
Use CheckedPtr<Element> / CheckedRef<Element> less for non-stack variables since it introduces crashes that are not actionable. Use WeakRef<Element> / WeakPtr<Element> instead.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2023-12-12 09:09:05 PST
Pull request:
https://github.com/WebKit/WebKit/pull/21686
EWS
Comment 2
2023-12-12 12:54:32 PST
Committed
271949@main
(12e1fe4f7f33): <
https://commits.webkit.org/271949@main
> Reviewed commits have been landed. Closing PR #21686 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-12-12 12:55:55 PST
<
rdar://problem/119570480
>
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