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
315750
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-05-28 04:39:50 PDT
<
rdar://problem/178138779
>
Vitor Roriz
Comment 2
2026-05-28 04:41:40 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/65877
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.
Top of Page
Format For Printing
XML
Clone This Bug