Bug 315750
| Summary: | SVGFontFace: Avoid unchecked call arguments | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | SVG | Assignee: | 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
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
<rdar://problem/178138779>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/65877
EWS
Committed 314041@main (33448fd68498): <https://commits.webkit.org/314041@main>
Reviewed commits have been landed. Closing PR #65877 and removing active labels.