From caa6e77293d85e31dfde371b78862e9330a1478e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 3 Feb 2010 06:23:31 -0800 Subject: Fix endless loop with invalid /etc/shells file. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e8aad253e1..f895a8ca28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-03 Ulrich Drepper + + [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 * stdlib/setenv.c (__add_to_environ): Don't use alloca if -- cgit v1.2.3