Bug 108485
Summary: | Assertion faulire in SVGAnimatedType::valueAsString() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Renata Hodovan <rhodovan.u-szeged> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fmalita, pdr, schenney, zherczeg, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 116980 |
Renata Hodovan
During SVG fuzzing I've got the following ASSERT_NOT_REACHED assertion faulire:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff59d0f6a in WebCore::SVGAnimatedType::valueAsString (this=0xa69ff0) at /home/reni/repos/webkit2/Source/WebCore/svg/SVGAnimatedType.cpp:268
268 ASSERT_NOT_REACHED();
Test:
<svg xmlns="http://www.w3.org/2000/svg">
<circle>
<animateTransform attributeName="transform" attributeType="CSS"></animateTransform>
</circle>
</svg>
The problem is that the type of the SVGAnimatedType object is AnimatedTransformList what doesn't need valueAsString() support theoretically.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Renata Hodovan
*** This bug has been marked as a duplicate of bug 118744 ***