CVSROOT:        /cvs
Module name:    src
Changes by:     an...@cvs.openbsd.org   2017/06/20 10:44:06

Modified files:
        bin/csh        : misc.c 

Log message:
Don't try to close every single file descriptor up to _SC_OPEN_MAX in csh.
Instead, close the fds that reside in between the gaps of used fds and once the
largest used fd is reached call closefrom().

ok deraadt@

Reply via email to