K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-10-08T11:22:49.000000Z K 7 svn:log V 304 Do not strip CTL* escapes from redirection filenames in argstr(); they are later stripped with rmescapes() in expandarg(). If the filename has already been unescaped, doing it again in rmescapes() can walk off the end of the string, leading to memory corruption and eventually SIGSEGV. Noticed by: kris END