freebsd-nq/bin
Tim J. Robbins c121fd80b8 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
2002-10-08 11:22:49 +00:00
..
cat
chflags
chio
chmod Return the ``u'' 2002-10-01 20:32:59 +00:00
cp
csh
date Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12. 2002-10-03 14:11:29 +00:00
dd
df
domainname
echo
ed
expr
getfacl
hostname
kenv
kill
ln
ls
mkdir
mv
pax Ensure all va_starts have a matching va_end. 2002-10-06 09:23:58 +00:00
ps Oops, the previous version was a last minute test version with off_t 2002-10-03 17:19:36 +00:00
pwd
rcp Clean up use of <stdarg.h> macros: always call va_end after va_start, 2002-10-06 11:14:21 +00:00
realpath
rm
rmail
rmdir
setfacl
sh Do not strip CTL* escapes from redirection filenames in argstr(); they 2002-10-08 11:22:49 +00:00
sleep
stty
sync
test
uuidgen
Makefile
Makefile.inc