edje_entry: Make a result of retrieve_surrounding_cb secure
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 18 Aug 2016 01:40:24 +0000 (10:40 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 18 Aug 2016 01:40:24 +0000 (10:40 +0900)
commit0e35f8454eb993da74bd4fb5d0c089e068b87cbf
tree375faeebb1b3dadb43141fd0684134ab6ff8c146
parent16986ffc7aded1e8baf1eb36227d425cc30d8f03
edje_entry: Make a result of retrieve_surrounding_cb secure

Summary:
Regardless of the password mode of Entry,
_edje_entry_imf_retrieve_surrounding_cb alwalys passes plain_text
to any callers who register that callback.

This commit replace plain text with '*'
because current behavior could be a security hole in some case.

Reviewers: woohyun, id213sin, jihoon

Reviewed By: jihoon

Subscribers: cedric, jsuya, z-wony, jpeg

Differential Revision: https://phab.enlightenment.org/D4238
src/lib/edje/edje_entry.c