Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Invalid read return value fix #7817

Merged
merged 2 commits into from
Jan 9, 2021
Merged

Conversation

earlephilhower
Copy link
Collaborator

Fixes #7814.

Return 0, not MAXINT, when a read is called on a File without a backing
instance of a SPIFFS/LittleFS/SD File.

Fixes esp8266#7814.

Return 0, not MAXINT, when a read is called on a File without a backing
instance of a SPIFFS/LittleFS/SD File.
@earlephilhower earlephilhower merged commit 34545a1 into esp8266:master Jan 9, 2021
@earlephilhower earlephilhower deleted the fs2 branch January 9, 2021 04:08
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FS::read returning negative number on type size_t
1 participant