GNOME Bugzilla – Bug 357431
ripple plugin crash
Last modified: 2008-01-15 14:08:58 UTC
Please describe the problem: When entering period equal to 0 and change wavetype to sawtooth plugin crashes Steps to reproduce: 1. Make image whatever you want 2. Go to riple filter and enter period=0 wavetype=sawtooth Actual results: I see a gimp window with warning Expected results: Does this happen every time? Yes Other information:
A period of 0 for a wave naturally leads to bad results. Fixed by setting the minimum to 1 instead of 0, and I also added an error check for noninteractive calling. Fixed in both branches: 2006-09-24 Bill Skaggs <weskaggs@primate.ucdavis.edu> * plug-ins/common/ripple.c: set min for "period" scale entry to 1 instead of 0, and add error check for noninteractive. Fixes bug #357431.