Skip to content

Fix fread/fwrite usage in polyfills #4

@thecybermind

Description

@thecybermind

Currently some of the file polyfills use fread/fwrite. They currently ignore the return values and should be coded to repeat until the desired len is reached. This should include some checks for fread if eof or errors, and fwrite for errors, with a limited amount of retries.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions