]> granicus.if.org Git - sudo/commitdiff
aix fix
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jan 2000 23:45:28 +0000 (23:45 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jan 2000 23:45:28 +0000 (23:45 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 6ad1e889186b3c527e63a7710da302cd5251fd74..8b238329402043cace09e2ea1e318a57f2850d1a 100644 (file)
--- 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).