Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Fix sint overflow on codec #140

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Fix sint overflow on codec #140

merged 1 commit into from
Feb 2, 2024

Conversation

shuse2
Copy link
Collaborator

@shuse2 shuse2 commented Feb 2, 2024

What was the problem?

This PR resolves #139

How was it solved?

Change the type conversion order

How was it tested?

  • Added specific case scenario
  • Added more fuzz test

@shuse2 shuse2 self-assigned this Feb 2, 2024
@shuse2 shuse2 merged commit 77dcbbd into main Feb 2, 2024
1 check passed
@shuse2 shuse2 deleted the 139-fix-codec-sint branch February 2, 2024 22:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reading int64 with high value becomes invalid
1 participant