diff options
author | Youngbok Shin <youngb.shin@samsung.com> | 2013-11-08 17:40:57 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-11-08 17:40:57 +0900 |
commit | d6456c6c58d5ecc51800bb88cfbbaee86bd6dab3 (patch) | |
tree | e826a60f2a80b60371c87e1124cc2270bcb428fa /ChangeLog | |
parent | 44639b20984ce96c5b86aabe8b124b0a6102d534 (diff) |
[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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-11-05 Youngbok Shin + + * Edje: Add null checking for name of anchor and item in geometry get functions. + 2013-11-03 Christophe Sadoine * Eet: Added EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC(). |