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 343121 - Gimpressionist plugin segfaults upon saving a new preset
Gimpressionist plugin segfaults upon saving a new preset
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.3.x
Other All
: Normal minor
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-05-27 16:57 UTC by Alastair M. Robinson
Modified: 2008-01-15 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alastair M. Robinson 2006-05-27 16:57:18 UTC
Please describe the problem:
Segfault from the Gimpressionist plugin if you attempt to create a new preset.

Steps to reproduce:
1. Enter a new name into the box above the preset list.
2. Click "Save current"
3. Enter a description, then click OK.


Actual results:
Segfault

Expected results:
The current settings should be stored under a new preset.

Does this happen every time?
Yes

Other information:
This happens in 2.2.11 and 2.3.8.
Comment 1 Sven Neumann 2006-05-29 09:27:58 UTC


  • #5 strcmp
    from /lib/tls/libc.so.6
  • #6 save_preset_response

Comment 2 Sven Neumann 2006-05-29 09:39:22 UTC
2006-05-29  Sven Neumann  <sven@gimp.org>

	* plug-ins/gimpressionist/presets.c: check for NULL before using a
	string pointer. Fixes bug #343121.