From: Jim Meyering Date: Thu, 4 May 2006 10:33:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~443 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72049d2e2e81b0582cc562db0317fbcb59189182;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3721380728..6da94f1c8c 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.