Bug 262475
| Summary: | Element application crashes in WebCore::Path::isEmpty() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | SVG | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sabouhallawa, simon.fraser, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=263035 | ||
Carlos Garcia Campos
This is because LegacyRenderSVGPath::isRenderingDisabled() is calling Path::isEmpty when it doesn't have a path. I'm not sure it's expected or not, but just checking it first fixes the issue.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/18490
Radar WebKit Bug Importer
<rdar://problem/116668965>
EWS
Committed 269223@main (5ce1ab0db72b): <https://commits.webkit.org/269223@main>
Reviewed commits have been landed. Closing PR #18490 and removing active labels.
Simon Fraser (smfr)
This crash was also seen on bing.com after 268313@main.