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
Hi armink,
It's better to add a "remaining length" check before this line.
EasyFlash/easyflash/src/ef_log.c
Line 681 in f732982
For example: if (size - write_size == 0), then we should not call the ef_port_write() function.
if (size - write_size == 0)
I raised an issue to confirm whether it really needs to be modified or my usage method is wrong.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi armink,
It's better to add a "remaining length" check before this line.
EasyFlash/easyflash/src/ef_log.c
Line 681 in f732982
For example:
if (size - write_size == 0)
, then we should not call the ef_port_write() function.I raised an issue to confirm whether it really needs to be modified or my usage method is wrong.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: