diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index c9227195c..bf3fafe3f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2006-03-19 Jim Meyering <jim@meyering.net> + + Work even in a chroot where d_ino values for entries in "/" + don't match the stat.st_ino values for the same names. + * getcwd.c (__getcwd): When no d_ino value matches the target inode + number, iterate through all entries again, using lstat instead. + Reported by Kenshi Muto in http://bugs.debian.org/355810. + + * getcwd.c (__getcwd): Clarify a comment. + Use memcpy in place of a call to strcpy. + 2006-03-16 Paul Eggert <eggert@cs.ucla.edu> * regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]: |