summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2011-03-10 20:59:46 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2011-03-10 20:59:46 +0800
commit54413164e587dd2dc5d7bce0bd3fab61d7ba758c (patch)
treeeee570d39af410e50f18528dbdc69f8f245e4d6d /Makefile.am
parent[SHELL] Port to AIX (diff)
downloaddash-54413164e587dd2dc5d7bce0bd3fab61d7ba758c.tar.gz
dash-54413164e587dd2dc5d7bce0bd3fab61d7ba758c.zip
[BUILTIN] Fix CTLESC clobbering by read(1)
The changeset 55c46b7286f5d9f2d8291158203e2b61d2494420

	[BUILTIN] Honor tab as IFS whitespace when splitting fields in readcmd

uses CTLESC to prevent field splitting in read(1).  However,
it did not escape CTLESC itself in the input stream.  This patch
adds the necessary CTLESC characters so that CTLESC isn't corrupted.

Reported-by: Alexey Gladkov <gladkov.alexey@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions
p;follow=1'>Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe