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 a bug in serializer validity checking logic #45

Merged
merged 1 commit into from
Sep 16, 2019

Conversation

greensky00
Copy link
Contributor

  • chk_length should take actual value, not sizeof(...). It will
    always calculate the length as 8 bytes (in 64-bit machine).

  • Fixed a typo: uint32_t -> int32_t

* `chk_length` should take actual value, not `sizeof(...)`. It will
always calculate the length as 8 bytes (in 64-bit machine).

* Fixed a typo: `uint32_t` -> `int32_t`
@greensky00 greensky00 merged commit 8ee6b8b into eBay:master Sep 16, 2019
JackyWoo pushed a commit to JackyWoo/NuRaft that referenced this pull request Sep 30, 2022
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