GNOME Bugzilla – Bug 141931
Incorrect casts in pango_break()
Last modified: 2004-12-22 21:47:04 UTC
When calling language engine's script_break() function in pango_break(), the casts to get the class of analysis->lang_engine object are the wrong ones. So, if there is any language engine registered, this usually crashes applications (segfault). And this is considered a regression from previous version.
Created attachment 27398 [details] [review] Proposed patch
Add PATCH keyword.
Comment on attachment 27398 [details] [review] Proposed patch Looks good to commit
Patch committed. --- ChangeLog 29 Apr 2004 09:57:49 -0000 1.881 +++ ChangeLog 6 May 2004 16:48:03 -0000 @@ -1,3 +1,8 @@ +2004-05-06 Theppitak Karoonboonyanan <thep@linux.thai.net> + + * pango/break.c (pango_break): + Fix incorrect casts to get the class object of lang engine. (#141931) + 2004-04-29 Tor Lillqvist <tml@iki.fi> * pango/pangowin32-fontmap.c (pango_win32_font_map_for_display):