edje_entry: Make a result of surrounding_text_cb secure 02/84302/2
authorWonki Kim <wonki_.kim@samsung.com>
Wed, 17 Aug 2016 10:32:28 +0000 (19:32 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 18 Aug 2016 13:43:20 +0000 (06:43 -0700)
commitb96c0ab1bd63ed42f4f95fa1b180a010666145c9
treee08df7657021f4d02d2b0b23bdd134c5a935a2b4
parentaaa84309111dc73513a87538bfc1d9d2bc95b065
edje_entry: Make a result of surrounding_text_cb secure

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.

https://phab.enlightenment.org/D4238

Change-Id: If27d32a950c0036907ca0e811cb24a1212a77c7f
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
src/lib/edje/edje_entry.c