*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 4 May 2006 10:33:39 +0000 (10:33 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 May 2006 10:33:39 +0000 (10:33 +0000)
lib/ChangeLog

index 3721380..6da94f1 100644 (file)
        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.