summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ChangeLog')
-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.