diff options
author | Prasoon Singh <prasoon.16@samsung.com> | 2017-05-09 10:37:12 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-05-09 10:37:16 -0700 |
commit | 9c62ab525b86867664fa25749eccc51e094bbd5d (patch) | |
tree | 3572fabb58b07e41a3141a46c1394997865728bf /AUTHORS | |
parent | 07024ab6c84ddadd74a7c5c08a2661af51e38997 (diff) | |
download | efl-9c62ab525b86867664fa25749eccc51e094bbd5d.tar.gz |
eina: fix for escapable charachters not getting escaped if it comes after '\t' or '\n'
Summary:
Escaping is not happening whenever any escapable characters is coming after
'\t' or '\n'. It will also fix invalid read of 1 byte which happens for string where
last charachter is '\t' or '\n' like "eina\t".
Test Plan:
Take a string like "eina\t ". Observe space which is followed by tab is not getting
escaped.
Signed-off-by: Prasoon Singh <prasoon.16@samsung.com>
Reviewers: shilpasingh, rajeshps, govi, cedric
Reviewed By: shilpasingh
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4847
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -54,7 +54,8 @@ Rajeev Ranjan (Rajeev) <rajeev.r@samsung.com> <rajeev.jnnce@gmail.com> Subodh Kumar <s7158.kumar@samsung.com> Michelle Legrand <legrand.michelle@outlook.com> Shilpa Singh <shilpa.singh@samsung.com> <shilpasingh.o@gmail.com> - +Prasoon Singh <prasoonsingh16@gmail.com> + Eet --- |