conclusiveeng/lib9p

fs_getattr should use fstat instead of fstatat

Opened this issue · 0 comments

dfr commented

This would allow calling getattr on unlinked files which is a fairly common pattern. For instance, FreeBSD's pkg uses this during 'pkg update'.