From 9c62ab525b86867664fa25749eccc51e094bbd5d Mon Sep 17 00:00:00 2001 From: Prasoon Singh Date: Tue, 9 May 2017 10:37:12 -0700 Subject: 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 Reviewers: shilpasingh, rajeshps, govi, cedric Reviewed By: shilpasingh Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4847 Signed-off-by: Cedric BAIL --- AUTHORS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index c4be95a7aa..2a705de5b3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -54,7 +54,8 @@ Rajeev Ranjan (Rajeev) Subodh Kumar Michelle Legrand Shilpa Singh - +Prasoon Singh + Eet --- -- cgit v1.2.1