diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-02-03 06:23:31 -0800 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2010-05-12 01:41:59 +0200 |
commit | b204d65517276f8cdaf3a83349d0f1f553da68a2 (patch) | |
tree | 615653306b1e0204bff4fb4f5575272ab511651f /ChangeLog | |
parent | 272eb2b141c22d03c1c68050b4ad97b2a0adfc69 (diff) | |
download | glibc-b204d65517276f8cdaf3a83349d0f1f553da68a2.tar.gz glibc-b204d65517276f8cdaf3a83349d0f1f553da68a2.tar.xz glibc-b204d65517276f8cdaf3a83349d0f1f553da68a2.zip |
Fix endless loop with invalid /etc/shells file.
(cherry picked from commit caa6e77293d85e31dfde371b78862e9330a1478e)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 47f2e529d5..b9f7357132 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-03 Ulrich Drepper <drepper@redhat.com> + + [BZ #11242] + * misc/getusershell.c (initshells): Allocate one more byte in input + buffer so that fgets doesn't loop undefinitely. + 2010-01-25 Andreas Schwab <schwab@redhat.com> * iconv/iconv_prog.c (write_output): Fix check for open failure. |