summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-03-19 18:27:55 +0000
committerJim Meyering <jim@meyering.net>2006-03-19 18:27:55 +0000
commit7cf97ab1ff729acd8ea62b5f6223e600add22ce7 (patch)
treed90a83cb9c71960c62561b22e5942d22db6dfddb
parent164d936ac297d08ba012b584ef7d9ea8f5335a9f (diff)
downloadcoreutils-7cf97ab1ff729acd8ea62b5f6223e600add22ce7.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog11
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]: