| Summary: | nftw() doesn't return dangling symlink's inode | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Eric Blake <eblake> |
| Component: | libc | Assignee: | dj <dj> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dj, drepper.fsp, fweimer, tuliom |
| Priority: | P2 | Flags: | fweimer:
security-
|
| Version: | 2.30 | ||
| Target Milestone: | 2.30 | ||
| See Also: |
http://austingroupbugs.net/view.php?id=1121 https://bugzilla.redhat.com/show_bug.cgi?id=1422736 |
||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
|
Description
Eric Blake
2018-08-09 16:39:19 UTC
The master branch has been updated by DJ Delorie <dj@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6ba205b2c35e3e024c8c12d2ee1b73363e84da87 commit 6ba205b2c35e3e024c8c12d2ee1b73363e84da87 Author: DJ Delorie <dj@redhat.com> Date: Wed Jun 19 17:07:41 2019 -0400 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> Committed. Please set the target milestone appropriately for the first mainline release in which this is fixed. |