GNOME Bugzilla – Bug 156186
gdk-pixbuf io-gif.c pointer bug?
Last modified: 2010-07-10 04:07:14 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)
In which version of gtk+ do you see this ? I can't find that line in either GTK+ 2.4 or 2.5...
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)
Ah, thats the old gdk-pixbuf package which is used with the seriously outdated gtk+-1.2
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.
It's a bug in the ancient gdk-pixbuf. The suggested fix is correct.