On Mon, May 28, 2012 at 3:12 PM, Vincent Torri <[email protected]> wrote:
> Hey
>
> here is a patch that fix a bug in eina_simple_xml.c, when the is a tag
> in a comment or a CDATA.
>
> Question : just after the patch, there is that block:
>
>                       if (type == EINA_SIMPLE_XML_CDATA)
>                         {
>                            /* must end with ]]> */
>                            while ((p) && (memcmp(p - 2, "]]>", 3)))
>                              p = _eina_simple_xml_tag_end_find(p + 1, 
> itr_end);
>                         }
>
> and I'm wondering if it is needed or not (i don't think so, as my
> patch does already that) but I prefer to ask in case i missed
> something

Vincent, it shouldn't be needed as you spotted! But it is worth to
test as I can't right now.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [email protected]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to