After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 620238 - crashes rending a trivial file
crashes rending a trivial file
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
2.26.x
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
: 629395 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-06-01 09:48 UTC by Sebastien Bacher
Modified: 2010-09-20 09:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch with test case (2.80 KB, patch)
2010-06-02 11:14 UTC, Hiroyuki Ikezoe
committed Details | Review

Description Sebastien Bacher 2010-06-01 09:48:30 UTC
The bug has been opened on https://bugs.launchpad.net/bugs/587248

"$ cat svg.py
import gtk
loader = gtk.gdk.PixbufLoader('svg')
loader.write('<style type="text/css"> </style>')

$ python svg.py
zsh: segmentation fault python svg.py

Tested on 64-bit and 32-bit Lucid.

This is a simplified test-case. The original was an HTML error page.

I haven't investigated whether this is a security issue."


The issue happens using 2.26.3 and rsvg-view
Comment 1 Hiroyuki Ikezoe 2010-06-02 11:14:29 UTC
Created attachment 162529 [details] [review]
Patch with test case
Comment 3 Kurosawa Takeshi 2010-09-20 09:33:58 UTC
*** Bug 629395 has been marked as a duplicate of this bug. ***