GNOME Bugzilla – Bug 492260
Crash on rotate on x86_64
Last modified: 2007-11-30 20:33:08 UTC
After applying the patch attached to my report in #492258, I found and fixed a crash that appears only on platforms with size_t != unsigned int.
Created attachment 98295 [details] [review] proposed patch
Hmm, this one is a bit out of my league - does g_malloc want to see unsigned int, size_t, or gulong? What about the other unsigned ints in that file? Jef or Paolo, can you check this? - Mike
Anyway, I've committed Ignacy's patch (thank you!) to fix the crash, but someone clever than myself should check that there aren't other typing problems lurking in jpegtran.c. http://svn.gnome.org/viewvc/gthumb?view=revision&revision=2043 http://svn.gnome.org/viewvc/gthumb?view=revision&revision=2044 - Mike