summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-04 10:33:39 +0000
committerJim Meyering <jim@meyering.net>2006-05-04 10:33:39 +0000
commit72049d2e2e81b0582cc562db0317fbcb59189182 (patch)
tree4a9cbb7babd46a1309bce0e31e06fa122c4eb47d /lib
parentdb0ab05030b8c0fecd87c2394dc95004eb86846e (diff)
downloadcoreutils-72049d2e2e81b0582cc562db0317fbcb59189182.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 372138072..6da94f1c8 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -305,7 +305,8 @@
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.
+ Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
+ Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
* getcwd.c (__getcwd): Clarify a comment.
Use memcpy in place of a call to strcpy.