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

rlp: tests: fix 32-bit overflow #808

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

Fabian-Gruenbichler
Copy link
Contributor

the overflow behaviour depends on the width of usize internally, conditionalize accordingly.

Fixes: #802

the overflow behaviour depends on the width of usize, conditionalize
accordingly.

Fixes: paritytech#802

Signed-off-by: Fabian Grünbichler <[email protected]>
@ordian ordian added the changelog Needs to be added to the changelog label Jan 2, 2024
@ordian ordian merged commit 31e7719 into paritytech:master Jan 2, 2024
6 checks passed
@Fabian-Gruenbichler Fabian-Gruenbichler deleted the issues/802 branch January 8, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog Needs to be added to the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rlp - test failures on 32-bit
3 participants