]> granicus.if.org Git - sudo/commit
When using rlimit check for RLIM_INFINITY
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jan 2000 22:46:32 +0000 (22:46 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jan 2000 22:46:32 +0000 (22:46 +0000)
commit217cae528a6a6cdd2e0dfaca5e50a27b80d5564f
treed7cbd55ee584c85af7c2837f8531b947c665066c
parent903bd6ecab91ff8f1532584e0c293627ad201519
When using rlimit check for RLIM_INFINITY
When computing the value of maxfd, use min(getdtablesize(), RLIMIT_NOFILE)
sudo.c