Bug 315750

Summary: SVGFontFace: Avoid unchecked call arguments
Product: WebKit Reporter: Vitor Roriz <vitor.roriz>
Component: SVGAssignee: Vitor Roriz <vitor.roriz>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Vitor Roriz
Reported 2026-05-28 04:39:41 PDT
SVGFontFaceElement.cpp and SVGFontFaceUriElement.cpp have Safer C++ unchecked call argument warnings where document() and svgExtensions() raw references are passed to non-trivial functions without holding a smart pointer on the stack.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-28 04:39:50 PDT
Vitor Roriz
Comment 2 2026-05-28 04:41:40 PDT
EWS
Comment 3 2026-05-28 08:56:07 PDT
Committed 314041@main (33448fd68498): <https://commits.webkit.org/314041@main> Reviewed commits have been landed. Closing PR #65877 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.