2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00
This commit is contained in:
Todd C. Miller
1995-04-01 06:29:00 +00:00
parent af82bb25a1
commit d6a68fe4a0

View File

@@ -269,3 +269,11 @@ CHANGES from sudo 1.3.1pl4
92) Fixed a bug in sudo.c. If a user has no passwd entry sudo would
dump core (writing to a garbage pointer). Pointed out by
Stephen Schaefer <sps@gateway.bsis.com>.
93) Worked around a bug in AIX's lex in parse.c. AIX lex doesn't seem
to handle {x,y} range notation correctly. Bleah.
94) Sudo would not report a failed attempt if the user entered <return>
at the 2nd password: prompt so someone trying to guess a password
could just invoked sudo multiple times and try one passwd at a time.
Reported by Jonathan Adams <jonathan@smada.com>.