Sherlock-Holo / fuse3

an async version fuse library for rust
MIT License
83 stars 17 forks source link

Fix FUSE_LISTXATTR with size=0 #24

Closed asomers closed 3 years ago

asomers commented 3 years ago

With size=0, the file system should reply with the size of the list and errno 0. errno ERANGE should only be used if the request had a nonzero size that was too small.