RESOLVED FIXED315750
SVGFontFace: Avoid unchecked call arguments
https://bugs.webkit.org/show_bug.cgi?id=315750
Summary SVGFontFace: Avoid unchecked call arguments
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.