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
Padding bytes added to write a multiple of 4 bytes into RAM is written to wrong location because the offset of 8 is added two times:
Seeed_Arduino_CAN/src/mcp2518fd_can.cpp
Line 1370 in 6acaf5a
Line 1373 in 6acaf5a
The worst case is when txdNumBytes is greater than 56. In this case txBuffer is written out of bounds.
The text was updated successfully, but these errors were encountered:
@thePapero welcome to send PR to us. we hope your name appears in the code commit history.
Sorry, something went wrong.
Hello,
I'm going to close this issue, feel free to re-open it if you have any other questions.
[Autocommentary]
Lesords
No branches or pull requests
Padding bytes added to write a multiple of 4 bytes into RAM is written to wrong location because the offset of 8 is added two times:
Seeed_Arduino_CAN/src/mcp2518fd_can.cpp
Line 1370 in 6acaf5a
Seeed_Arduino_CAN/src/mcp2518fd_can.cpp
Line 1373 in 6acaf5a
The worst case is when txdNumBytes is greater than 56. In this case txBuffer is written out of bounds.
The text was updated successfully, but these errors were encountered: