]> granicus.if.org Git - sudo/commitdiff
updated fort 1.5.4
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 13 Jan 1998 04:41:31 +0000 (04:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 13 Jan 1998 04:41:31 +0000 (04:41 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 25d4d07795e02dedb441ba1df27fe5fb0957c152..f70f3414164f94bd35df56ccc1123cc2fbda0da3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -846,3 +846,20 @@ Sudo 1.5.2 released.
 263) %h in MAILSUBJECT expands to local hostname.
 
 Sudo 1.5.3 released.
+
+264) Don't pass getdtablesize() as first arg to select(2).  No need
+     to do this since we only select on one fd--use (fd+1) as nfds
+     and the old way caused problems on some systems (arguably
+     a bug in those OS's).  From Marc Slemko marcs@znep.com.
+
+265) Fixed coredump when passwd file is missing or unavailable.
+     Reported by Jason Downs <downsj@teeny.org> and
+     Klee Dienes <klee@mit.edu> (via a Debian Linux bug report).
+
+266) Fixed bug wrt exclusion lists and relative pathnames.
+     Reported by osiris@COURIER.CB.LUCENT.COM.
+
+267) exit(1) if user doesn't enter a passwd.
+     Noted by Alex Parchkov <alexp@ind.tansu.com.au>.
+
+Sudo 1.5.4 released.