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.1] net: coap: Fix possible overflow #24535

Merged
merged 2 commits into from
May 5, 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 13:27
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.1-branch labels Apr 20, 2020
@carlescufi
Copy link
Member

@ceolin this PR is against master, is that intended?

@ceolin
Copy link
Member Author

ceolin commented Apr 21, 2020

Hi @carlescufi nope, should be 2.1. Will fix it.

@ceolin ceolin changed the base branch from master to v2.1-branch April 21, 2020 17:30
@ceolin
Copy link
Member Author

ceolin commented Apr 27, 2020

Hey @carlescufi, could you take a look again ?

@dleach02 dleach02 merged commit bdb1bc8 into zephyrproject-rtos:v2.1-branch May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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