Raymond Liu 039e282a40 [text] Crash when multi-byte utf8 text exceeds max_length
Bug 1500 - [Patch] clutter_text crash with non one-byte utf8 text exceed
           max_length

In clutter_text_set_text_internal(), when text length in character is greater
than max_length, and there are multi-byte character in it, then the new text
string buffer is not malloc()'ed with right length. This will cause the app to
crash with segmention fault.

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
2009-03-11 17:50:51 +00:00
..
2009-03-10 12:38:02 +00:00
2009-01-27 14:24:31 +00:00
2009-03-10 12:38:02 +00:00
2009-03-10 12:38:04 +00:00
2009-01-27 15:18:45 +00:00
2009-03-10 19:24:17 +00:00