From: Todd C. Miller Date: Tue, 13 Jan 1998 04:41:31 +0000 (+0000) Subject: updated fort 1.5.4 X-Git-Tag: SUDO_1_5_4~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c5372b88cf81895b9eddc9d1c3f032647f3e133;p=sudo updated fort 1.5.4 --- diff --git a/CHANGES b/CHANGES index 25d4d0779..f70f34141 100644 --- 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 and + Klee Dienes (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 . + +Sudo 1.5.4 released.