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

dont flip byte order on fields <= 8 bits #51

Merged
merged 3 commits into from
May 31, 2024
Merged

Conversation

rcgoodfellow
Copy link
Collaborator

@rcgoodfellow rcgoodfellow commented May 31, 2024

  • due to bitvector capacity accounting these fields can expand into 2 bytes as vectors, and if we reorder them, the values get corrupted.
  • check for null fields on deserialization
  • fixes panic serializing header #50

due to bitvector capacity accounting these fields can expand into 2
bytes as vectors, and if we reorder them, the values get corrupted.
@rcgoodfellow rcgoodfellow marked this pull request as ready for review May 31, 2024 03:10
@rcgoodfellow rcgoodfellow merged commit 521fe3d into main May 31, 2024
4 checks passed
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.

panic serializing header
1 participant