Evas textblock: Fix crash when cutting ligatures with formats.
authorTom Hacohen <tom@stosb.com>
Wed, 4 Jun 2014 09:14:24 +0000 (10:14 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 4 Jun 2014 09:14:24 +0000 (10:14 +0100)
commit3b70b4f28f9a5c0ab24181220501506d2e61871b
treec6a2acc033f1bbc6b9a4236da905d320146f3a33
parent21e7a3aed94972d963467e292492c704d2c0dbde
Evas textblock: Fix crash when cutting ligatures with formats.

"f<color=#f00>i</color>f" could cause textblock to crash. It doesn't
crash anymore. It doesn't render the colours correctly either, but at
least this is the first step.

This is the start of fixing T1308

@bugfix
src/lib/evas/common/evas_text_utils.c
src/tests/evas/evas_test_textblock.c