[edje_entry] Add null checking for name of anchor and item.
authorYoungbok Shin <youngb.shin@samsung.com>
Fri, 8 Nov 2013 08:40:57 +0000 (17:40 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 8 Nov 2013 08:40:57 +0000 (17:40 +0900)
commitd6456c6c58d5ecc51800bb88cfbbaee86bd6dab3
treee826a60f2a80b60371c87e1124cc2270bcb428fa
parent44639b20984ce96c5b86aabe8b124b0a6102d534
[edje_entry] Add null checking for name of anchor and item.

Summary:
Even if the anchor name is null, it will be appended to "anchors".
There are many null checking for name of anchor.
So it should be checked in geometry_get functions.

Test Plan:
Test with text "<a href =abc>We can't find name in this case</a>".
This text makes break the application. Because of a space between "href" and "=".
The name of anchor will be saved as null in "anchors".

Reviewers: woohyun, tasn, cedric

CC: cedric, raster
Differential Revision: https://phab.enlightenment.org/D318
ChangeLog
NEWS
src/lib/edje/edje_entry.c