GNOME Bugzilla – Bug 595503
[patch] Prevent crash on bad exif info
Last modified: 2009-09-25 08:01:11 UTC
Created attachment 143398 [details] [review] Attached patch fixes viewing of images with bad exif exposure info. I had a git master version of gimp that produced odd exif data, which in turn made F-spot crash in viewing mode, when trying to format the bad data for display. I've had this patch in a private branch, rebased from master now and then, and it works well.
Looks like this could be a quick and dirty fix for bug 591301 as well, even if it's not a perfect solution.
commit ff42393bcb3053c689c0793c2ed16403802d40f0 Author: Karl Mikaelsson <derfian@lysator.liu.se> Commit: Stephane Delcroix <stephane@delcroix.org> Prevent crash on broken EXIF exposure data. Fixes bgo #595503