We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Somehow, when listing directories in a fat32 fileystem, the fatfs driver load wrong data after some cluster chains.
Might have something to do with #6.
The text was updated successfully, but these errors were encountered:
Temporarily fixed this in f73d985, but need to find the real cause -- maybe it's a VMM problem? Directories and files don't seem to be corrupted.
Sorry, something went wrong.
Note that we don't load the whole fat, but this is more a precaution to not triggering the #6 bug. Might close this and leave #6 alone?
VMM bug confirmed. Closing, since FAT driver is not guilty.
No branches or pull requests
Somehow, when listing directories in a fat32 fileystem, the fatfs driver load wrong data after some cluster chains.
Might have something to do with #6.
The text was updated successfully, but these errors were encountered: