You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug was recently introduced in b158c09. UnionFile.Readdir doesn't properly handle the empty directory case where f.off == len(f.files) == 0 && c == -1. Readdir should only return io.EOF if c > 0.
The text was updated successfully, but these errors were encountered:
A bug was recently introduced in b158c09.
UnionFile.Readdir
doesn't properly handle the empty directory case wheref.off == len(f.files) == 0 && c == -1
.Readdir
should only returnio.EOF
ifc > 0
.The text was updated successfully, but these errors were encountered: