diff options
author | DJ Delorie <dj@redhat.com> | 2019-06-19 17:07:41 -0400 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2019-07-08 17:45:13 -0400 |
commit | 6ba205b2c35e3e024c8c12d2ee1b73363e84da87 (patch) | |
tree | 6dc88a671ae81090700da9af7c24f3811169650d /ChangeLog | |
parent | 744481038703ddc0ce571bdcbedc4f4a722da039 (diff) | |
download | glibc-6ba205b2c35e3e024c8c12d2ee1b73363e84da87.tar.gz glibc-6ba205b2c35e3e024c8c12d2ee1b73363e84da87.tar.xz glibc-6ba205b2c35e3e024c8c12d2ee1b73363e84da87.zip |
nftw: fill in stat buf for dangling links [BZ #23501]
As per Austin Group interpretation, "the object" wrt a dangling symlink is the symlink itself, despite FTW_PHYS. Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 992f4080c7..ed7283fa9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-07-08 DJ Delorie <dj@redhat.com> + + [BZ #23501] + * io/ftw.c (process_entry): Fill in statbuf for dangling links. + * io/tst-ftw-lnk.c: New test. + * io/Makefile: Run it. + 2019-07-08 Adhemerval Zanella <adhemerval.zanella@linaro.org> * sysdeps/powerpc/power7/fpu/s_logb.c: Move to ... |