Bug 263492 - Use a CheckedPtr for RenderObject::m_next
Summary: Use a CheckedPtr for RenderObject::m_next
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-20 21:45 PDT by Chris Dumez
Modified: 2023-10-21 14:10 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-10-20 21:45:21 PDT
Introduce a PackedCheckedPtr and use it for RenderObject::m_next, to gain extra safety without increasing the size of renderers.
Comment 1 Chris Dumez 2023-10-20 21:47:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19387
Comment 2 EWS 2023-10-21 14:09:44 PDT
Committed 269629@main (d4e1b3b3e736): <https://commits.webkit.org/269629@main>

Reviewed commits have been landed. Closing PR #19387 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-21 14:10:15 PDT
<rdar://problem/117309003>