CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/24 20:04:08
Modified files:
bin/ls : ls.c
bin/chmod : chmod.c
usr.bin/compress: main.c
usr.bin/du : du.c
usr.bin/grep : util.c
Log message:
Put fts_close() where missing.
Not bugs in short-lived commands that call exit() -> _exit() immediately,
but for idempotency.
Originally found in ls(1) by Valgrind. Changes for other commands are
from deraadt@. Reviewed by me, tested in snapshots.
OK deraadt@
