From 6e1c8399e82c015f4e9d7d67e98d70541a3ef2d0 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Fri, 11 Mar 2011 11:07:42 +0800 Subject: [BUILTIN] Fix backslash handling in read(1) The new read(1) implementation incorrectly assumes that ifsbreakup ignores characters escaped by CTLESC. As such it fails to handle backslashes except for escaping newlines. This patch makes it use recordregion for every part that isn't escaped by a backslash. Reported-by: Jilles Tjoelker Signed-off-by: Herbert Xu --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a832bb..e96bdc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-03-11 Herbert Xu + + * Fix backslash handling in read(1). + 2011-03-10 Jonathan Nieder * Dotcmd should exit with zero when doing nothing. -- cgit 1.4.1