diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-04 10:33:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-04 10:33:39 +0000 |
commit | 72049d2e2e81b0582cc562db0317fbcb59189182 (patch) | |
tree | 4a9cbb7babd46a1309bce0e31e06fa122c4eb47d /lib | |
parent | db0ab05030b8c0fecd87c2394dc95004eb86846e (diff) | |
download | coreutils-72049d2e2e81b0582cc562db0317fbcb59189182.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 3 |
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. |