]> git.ipfire.org Git - thirdparty/glibc.git/commit
nftw: fill in stat buf for dangling links [BZ #23501]
authorDJ Delorie <dj@redhat.com>
Wed, 19 Jun 2019 21:07:41 +0000 (17:07 -0400)
committerDJ Delorie <dj@redhat.com>
Mon, 8 Jul 2019 21:45:13 +0000 (17:45 -0400)
commit6ba205b2c35e3e024c8c12d2ee1b73363e84da87
tree6dc88a671ae81090700da9af7c24f3811169650d
parent744481038703ddc0ce571bdcbedc4f4a722da039
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>
ChangeLog
io/Makefile
io/ftw.c
io/tst-ftw-lnk.c [new file with mode: 0644]