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

fix(tlv): handle underruns and overruns during writes #7

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

fallenoak
Copy link
Member

This PR adjusts the writing logic for TlvIo to account for cases where value writes are shorter than the specified length. Useful for situations in which the value being written is incomplete.

@fallenoak fallenoak changed the title fix: handle underruns and overruns when writing tlv io type fix(tlv): handle underruns and overruns during writes Nov 24, 2023
@fallenoak fallenoak merged commit 846b2a1 into master Nov 24, 2023
3 checks passed
@fallenoak fallenoak deleted the fix-handle-underruns-overruns-in-tlv-type branch November 24, 2023 21:56
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.

1 participant