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

cryptonote_basic: fix amount overflow detection on 32-bit systems #8844

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

jeffro256
Copy link
Contributor

On systems where ULONG_MAX != ULLONG_MAX (e.g. most 32-bit systems), the round_money_up function will not correctly detect overflows.

On systems where `ULONG_MAX` != `ULLONG_MAX` (e.g. most 32-bit systems), the `round_money_up` function will not correctly detect overflows.
@luigi1111 luigi1111 merged commit 794f59b into monero-project:master Jun 27, 2023
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.

4 participants