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 --- src/mystring.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mystring.h') diff --git a/src/mystring.h b/src/mystring.h index 2e0540a..3522523 100644 --- a/src/mystring.h +++ b/src/mystring.h @@ -41,6 +41,7 @@ extern const char snlfmt[]; extern const char spcstr[]; extern const char dolatstr[]; #define DOLATSTRLEN 6 +extern const char qchars[]; extern const char illnum[]; extern const char homestr[]; -- cgit 1.4.1