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

Fixes incorrect handling of string fields that are more than 64 characters long. #157

Merged
merged 1 commit into from
Jul 5, 2019

Conversation

balazsracz
Copy link
Collaborator

Fixes incorrect handling of string fields that are more than 64 characters long.

Previously this has created a "jumbo" datagram that is not standards compliant.

Testing improvements:

  • Adds tests for long and short string writes including clipping and correct zero termination.
  • Finishes a half-implemented test in the Config Rep area.
  • Fixes warnings emitted by test.

…cters long.

Previously this has created a "jumbo" datagram that is not standards compliant.

Testing improvements:
- Adds tests for long and short string writes including clipping and correct zero termination.
- Finishes a half-implemented test in the Config Rep area.
- Fixes warnings emitted by test.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 71.803% when pulling 15f24b1 on bracz-memcfg-write-long into 2166183 on master.

@balazsracz balazsracz merged commit 0e6acd5 into master Jul 5, 2019
@balazsracz balazsracz deleted the bracz-memcfg-write-long branch July 5, 2019 17:36
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