-
Notifications
You must be signed in to change notification settings - Fork 3k
mbed-coap uint16 overflow fix #12147
New issue
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
mbed-coap uint16 overflow fix #12147
Conversation
@ristohuhtala, thank you for your changes. |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@anttiylitokola @kjbracey-arm would you like to review ? |
Added CHANGELOG.md changes to this PR like @yogpan01 suggested. |
Ci started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
I'm assuming @JanneKiiskila will want it in the next patch? |
Yep! |
Summary of changes
Fixed mbed-coap uint16 overflow when calculating packet data size. Now before packet size is returned overflow is checked.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@anttiylitokola @kjbracey-arm