efl/src/lib/evas
Youngbok Shin c48c9827ff evas: textblock - Added Null checking in evas_textblock_text_markup_to_utf8 before calling eina_strbuf_append_length API.
Summary:
When input string has non-finished markup tags or escaped tags,
eina_strbuf_append_length is called with Null string.
There is a Null checking in eina_strbuf_* API, but it will print error message when input string is Null.
Strictly speaking, *_markup_to_utf8 API could be used with any kind of input string.
So, we need to add Null checking for removing the useless error message.

Test Plan:
Call the API like the following code.
evas_textblock_text_markup_to_utf8(NULL, "test_text&&&&");

ERR message will be printed.

Reviewers: woohyun, tasn, seoz, Hermet, hbr4570

CC: cedric

Differential Revision: https://phab.enlightenment.org/D493
2014-02-05 13:23:55 +00:00
..
cache evas - cserve2 - avoid segv accessing im->cache 2014-01-13 08:50:52 +09:00
cache2 Evas/cserve2: Remove dead code 2014-01-15 11:00:47 +09:00
canvas evas: textblock - Added Null checking in evas_textblock_text_markup_to_utf8 before calling eina_strbuf_append_length API. 2014-02-05 13:23:55 +00:00
common Evas font: Added support for font fallback for eet/edje fonts. 2014-02-04 10:44:11 +00:00
cserve2 Evas cserve2: Fix invalid memory access 2014-01-17 19:00:54 +09:00
file fix mingw build for setuid fix/checks 2014-01-08 22:06:41 +09:00
include Evas font: Added support for the freetype spacing tag. 2014-01-29 14:36:22 +00:00
Evas.h evas: cleanup headers. Should work on windows. 2013-06-26 11:24:29 +09:00
Evas_Common.h evas: fix doxygen warning in group of Evas_Key 2014-02-01 14:19:38 +09:00
Evas_Eo.h fix warning related to argument in generating doxygen 2014-01-07 11:27:15 +09:00
Evas_GL.h evas gl example - make bg blue to make onefang not freak out. :) 2014-01-11 11:12:16 +09:00
Evas_Legacy.h fix typos in EFL documents 2014-01-07 14:28:45 +09:00
Evas_Loader.h evas: try to clarify licensing for people that are going to make their own Evas loader. 2013-11-18 19:21:06 +09:00
main.c efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00