-
Notifications
You must be signed in to change notification settings - Fork 3k
apply FatFs 0.13b hotfix - fix readdir() never terminates when dir is full #7412
New issue
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
apply FatFs 0.13b hotfix - fix readdir() never terminates when dir is full #7412
Conversation
@yossi2le can you please review? |
@bmcdonnell-ionx thanks for that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bmcdonnell-ionx Thanks for the fix 👍
/morph build |
Build : SUCCESSBuild number : 2542 Triggering tests/morph test |
Test : FAILUREBuild number : 2297 |
Exporter Build : SUCCESSBuild number : 2186 |
Test failure doesn't seem related. |
/morph mbed2-build |
Test : SUCCESSBuild number : 2306 |
…-list-when-full apply FatFs 0.13b hotfix - fix readdir() never terminates when dir is full
Description
Apply this patch...
http://elm-chan.org/fsw/ff/patches.html
http://elm-chan.org/fsw/ff/ff13b_p1.diff
...to resolve the final issue remaining [1] on #5780.
The issue is that when a FAT FS directory is full,
readdir()
would never returnNULL
to terminate the listing.Cherry-picked onto
mbed-os-5.9.2
for testing. Tested with LPC4088.Pull request type