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 156186 - gdk-pixbuf io-gif.c pointer bug?
gdk-pixbuf io-gif.c pointer bug?
Status: RESOLVED OBSOLETE
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other IRIX
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-10-22 21:29 UTC by Georg Schwarz
Modified: 2010-07-10 04:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Georg Schwarz 2004-10-22 21:29:49 UTC
In gdk-pixbuf io-gif.c line 620 reads
if (w > 0 && h > 0)
Shouldn´t that be rather
if (*w > 0 && *h > 0)
Comment 1 Matthias Clasen 2004-10-23 21:53:41 UTC
In which version of gtk+ do you see this ? 
I can't find that line in either GTK+ 2.4 or 2.5...
Comment 2 Georg Schwarz 2004-10-23 22:18:28 UTC
I'm referring to gdk-pixbuf-0.22.0, which is used in the current NetBSD pkgsrc (source at ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/0.22/gdk-pixbuf-0.22.0.tar.bz)
Comment 3 Matthias Clasen 2004-10-23 22:28:00 UTC
Ah, thats the old gdk-pixbuf package which is used with the seriously outdated
gtk+-1.2
Comment 4 Georg Schwarz 2004-10-23 22:33:38 UTC
In any case, it is part of the current NetBSD pkgsrc. If you can confirm that it is a bug, it could at least be patched there, even if it is maybe no longer maintained.
Comment 5 Manish Singh 2005-01-13 23:15:54 UTC
It's a bug in the ancient gdk-pixbuf. The suggested fix is correct.