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

[#618] Fix payload_len handling #632

Merged
merged 1 commit into from Oct 5, 2021

Conversation

mlasch
Copy link
Contributor

@mlasch mlasch commented Oct 4, 2021

Use size_t/ssize_t to store the message buffer sizes instead of a uint16_t and int types.

This fix allows transactions larger than 65k as discussed in #618.

Use size_t/ssize_t to store the message buffer sizes instead of
a uint16_t and int types.

Signed-off-by: Marc Lasch <marc.lasch@husqvarnagroup.com>
Copy link
Contributor

@tuve tuve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@mlasch mlasch merged commit 459ac92 into eclipse-wakaama:master Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants