Skip to content
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

[Backport v2.2] net: coap: Fix possible overflow #24531

Merged
merged 2 commits into from
Apr 22, 2020

Conversation

ceolin
Copy link
Member

@ceolin ceolin commented Apr 20, 2020

Fix possible integer overflow when parsing a CoAP packet.

Flavio Ceolin added 2 commits April 20, 2020 10:56
Add functions to addition and multiplication for u16_t.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
Fix possible integer overflow when parsing a CoAP packet.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
@ceolin ceolin added bug The issue is a bug, or the PR is fixing a bug area: Networking backport v2.2-branch labels Apr 20, 2020
@zephyrbot zephyrbot added the area: API Changes to public APIs label Apr 20, 2020
@carlescufi
Copy link
Member

@ceolin can you add backport PRs to the Backports GitHub project please?

@ceolin
Copy link
Member Author

ceolin commented Apr 21, 2020

@carlescufi where is it documented ? I've never done it before.

@carlescufi
Copy link
Member

@carlescufi where is it documented ? I've never done it before.

image

@carlescufi carlescufi requested review from d3zd3z and dleach02 April 21, 2020 17:27
@jhedberg jhedberg merged commit 385f882 into zephyrproject-rtos:v2.2-branch Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: API Changes to public APIs area: Networking bug The issue is a bug, or the PR is fixing a bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants