From: Todd C. Miller Date: Mon, 17 Jan 2000 23:45:28 +0000 (+0000) Subject: aix fix X-Git-Tag: SUDO_1_6_2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20e44882b7efe42bc9535c6a1b39e2ad525bc104;p=sudo aix fix --- diff --git a/CHANGES b/CHANGES index 6ad1e8891..8b2383294 100644 --- a/CHANGES +++ b/CHANGES @@ -1232,3 +1232,7 @@ Sudo 1.6.1 released. 389) The 'shell_noargs' runtime option is back based on a patch from bguillory@email.com. + +390) Systems that return RLIM_INFINITY for RLIMIT_NOFILE (like AIX) + would loop for a very loing time during sudo startup. A value of + RLIM_INFINITY is now ignored (getdtablesize/sysconf is used instead).