summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2013-11-08 17:40:57 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-11-08 17:40:57 +0900
commitd6456c6c58d5ecc51800bb88cfbbaee86bd6dab3 (patch)
treee826a60f2a80b60371c87e1124cc2270bcb428fa /ChangeLog
parent44639b20984ce96c5b86aabe8b124b0a6102d534 (diff)
downloadefl-d6456c6c58d5ecc51800bb88cfbbaee86bd6dab3.tar.gz
[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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed9fe9d346..ec9d038b24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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().