GNOME Bugzilla – Bug 456042
Regression in Photoshop loading plugin
Last modified: 2008-01-15 13:28:42 UTC
When I try to open the attached file in GIMP 2.2.16 on i386, the PSD plugin crashes with a floating point exception. This file opened fine in 2.2.15.
Created attachment 91653 [details] problematic PSD
Without even looking at the file, I think I can guess the problem. Looks like someone forgot that Photoshop files can have layers of zero width and height. This leads to a division by zero in the check that was added to validate input values.
Now fixed in both branches. We should probably review the other files that were changed and check if there are similar problems. As soon as that is done we will have to roll out yet another 2.2 release :( Keeping this bug open until the other changes have been reviewed.
The other changes all look good, closing as FIXED. Will roll out 2.2.17 later today.