<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>108485</bug_id>
          
          <creation_ts>2013-01-31 07:50:00 -0800</creation_ts>
          <short_desc>Assertion faulire in SVGAnimatedType::valueAsString()</short_desc>
          <delta_ts>2013-07-30 05:53:35 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>SVG</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>118744</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>116980</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Renata Hodovan">rhodovan.u-szeged</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>fmalita</cc>
    
    <cc>pdr</cc>
    
    <cc>schenney</cc>
    
    <cc>zherczeg</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>821524</commentid>
    <comment_count>0</comment_count>
    <who name="Renata Hodovan">rhodovan.u-szeged</who>
    <bug_when>2013-01-31 07:50:00 -0800</bug_when>
    <thetext>During SVG fuzzing I&apos;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:

&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
	&lt;circle&gt;
		&lt;animateTransform attributeName=&quot;transform&quot; attributeType=&quot;CSS&quot;&gt;&lt;/animateTransform&gt;
	&lt;/circle&gt;
&lt;/svg&gt;

The problem is that the type of the SVGAnimatedType object is AnimatedTransformList what doesn&apos;t need valueAsString() support theoretically.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>912802</commentid>
    <comment_count>1</comment_count>
    <who name="Renata Hodovan">rhodovan.u-szeged</who>
    <bug_when>2013-07-30 05:53:35 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 118744 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>