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 456042 - Regression in Photoshop loading plugin
Regression in Photoshop loading plugin
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other All
: Urgent normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-07-11 21:39 UTC by Ari Pollak
Modified: 2008-01-15 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
problematic PSD (108.99 KB, application/octet-stream)
2007-07-11 21:40 UTC, Ari Pollak
Details

Description Ari Pollak 2007-07-11 21:39:40 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.
Comment 1 Ari Pollak 2007-07-11 21:40:09 UTC
Created attachment 91653 [details]
problematic PSD
Comment 2 Sven Neumann 2007-07-12 06:30:14 UTC
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.
Comment 3 Sven Neumann 2007-07-12 06:37:43 UTC
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.
Comment 4 Sven Neumann 2007-07-12 07:31:15 UTC
The other changes all look good, closing as FIXED.

Will roll out 2.2.17 later today.