Closed verybada closed 6 years ago
flags & XATTR_NOFOLLOW means nothing because flags doesn't have this bit.
The fix is good, and actually uncovers a bug in the test suite that went hidden for a long while since Linux doesn't actually allow user attributes on symbolic links. Sigh.
Released in version 0.6.1.
flags & XATTR_NOFOLLOW means nothing because flags doesn't have this bit.