Bug 272929
Summary: | REGRESSION(277450@main): OOB array read with SVG animation where keyPoints = 0 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Scott Marcy <mscott> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mscott, sabouhallawa, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Scott Marcy
This crashes:
Testcase:
=======
<svg zoomAndPan="magnify">
<text 0px">
<animateMotion path="m 1,0" keyPoints="0" keyTimes="0" restart="always">
The changes for <https://bugs.webkit.org/show_bug.cgi?id=272602> caused this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Scott Marcy
<rdar://problem/126636733>
Scott Marcy
Pull request: https://github.com/WebKit/WebKit/pull/27481
EWS
Committed 278212@main (53e67f679530): <https://commits.webkit.org/278212@main>
Reviewed commits have been landed. Closing PR #27481 and removing active labels.