diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-02-03 06:23:31 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-03 06:23:31 -0800 |
commit | caa6e77293d85e31dfde371b78862e9330a1478e (patch) | |
tree | c0cbef02da76d2086380304e3ac792ba57c8fd30 /ChangeLog | |
parent | 1a36db1c125785826afbf169d26a9afd98577d65 (diff) | |
download | glibc-caa6e77293d85e31dfde371b78862e9330a1478e.tar.gz glibc-caa6e77293d85e31dfde371b78862e9330a1478e.tar.xz glibc-caa6e77293d85e31dfde371b78862e9330a1478e.zip |
Fix endless loop with invalid /etc/shells file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8aad253e1..f895a8ca28 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-02-02 Ulrich Drepper <drepper@redhat.com> * stdlib/setenv.c (__add_to_environ): Don't use alloca if |