GNOME Bugzilla – Bug 309880
librsvg crashes (SEGV) with some bad SVG files
Last modified: 2005-07-09 13:28:36 UTC
Distribution/Version: Gentoo, last synced 20050708 use rsvg, or rsvg-view command line tools on attached file (Note that this file is valid XML, hence not adding this to bug 308021).: $ rsvg-view blokken_arjen_meijer_01.svg Segmentation fault For the rsvg command line tools this isn't such a problem, but the same thing happens in applications that use librsvg, e.g. gqview, nautilus etc. leading to a possible DOS style attack that crashes apps that use librsvg. Expected: more graceful error handling.
Created attachment 48859 [details] SVG file that causes rsvg 2.9.5 SEGV It appears to be valid XML, (at least according to xmlwf). Inkscape displays some errors trying to read it (and can't display any useful image): blokken_arjen_meijer_01.svg:13: namespace error : Namespace prefix xlink for href on use is not defined <use x=" 0" xlink:href="#vierblokken" y="0"/> ^
this doesn't crash CVS HEAD. it does however, not render properly.