Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 270177

Summary: app-text/gtkspell-2.0.15 failed assertion when list of suggestions is null
Product: Gentoo Linux Reporter: Serkan Kaba (RETIRED) <serkan>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal Keywords: Inclusion
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://sourceforge.net/tracker/?func=detail&aid=2793202&group_id=7896&atid=107896
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix the issue

Description Serkan Kaba (RETIRED) gentoo-dev 2009-05-17 12:39:12 UTC
gtkspell calls enchant_dict_free_suggestions even when the list of suggestions is null although it expects a non-null list. A patch to fix the issue will follow.
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2009-05-17 12:39:43 UTC
Created attachment 191535 [details, diff]
Patch to fix the issue
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-25 23:07:06 UTC
it'd be nice if upstream could answer, but if you're confident about it, go ahead.
Comment 3 Serkan Kaba (RETIRED) gentoo-dev 2009-05-26 04:46:48 UTC
Fixed with a revbump. Thanks for the review.