diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2011-03-11 11:07:42 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-03-11 11:07:42 +0800 |
commit | 6e1c8399e82c015f4e9d7d67e98d70541a3ef2d0 (patch) | |
tree | 3f0360309fb374bca544a4527f4f63897a8a0418 /ChangeLog | |
parent | [BUILTIN] Dotcmd should exit with zero when doing nothing (diff) | |
download | dash-6e1c8399e82c015f4e9d7d67e98d70541a3ef2d0.tar.gz dash-6e1c8399e82c015f4e9d7d67e98d70541a3ef2d0.zip |
[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 <jilles@stack.nl> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8a832bb..e96bdc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-03-11 Herbert Xu <herbert@gondor.apana.org.au> + + * Fix backslash handling in read(1). + 2011-03-10 Jonathan Nieder <jrnieder@gmail.com> * Dotcmd should exit with zero when doing nothing. |