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
Klocwork found 2 issues in CurieEEPROM:
int blockIndex = address/4; blockdata[blockIndex] = data;
Same issue on:
The text was updated successfully, but these errors were encountered:
Fix Klockwork issues in CurieEEPROM arduino#142
48cb809
-Also fixes issue of not being able to rewrite the last 3/4 of the EEPROM area
PR #144 fixes these issues
Sorry, something went wrong.
Fix Klockwork issues in CurieEEPROM #142
17eac79
Latest KW scan of corelibs shows that the EEPROM issues were fixed
bbaltz505
No branches or pull requests
Klocwork found 2 issues in CurieEEPROM:
Array 'blockdata' of size 128 may use index value(s) 128..511
Same issue on:
The text was updated successfully, but these errors were encountered: