Skip to content

fix: widen User.Credit to int64 - #166

Open
major0 wants to merge 1 commit into
ProtonMail:masterfrom
major0:fix/credit_int64_type
Open

fix: widen User.Credit to int64#166
major0 wants to merge 1 commit into
ProtonMail:masterfrom
major0:fix/credit_int64_type

Conversation

@major0

@major0 major0 commented Jan 16, 2025

Copy link
Copy Markdown

The Credit field can hold values that exceed the range of a 32-bit int
on some platforms; widen it to int64 to avoid overflow.

@major0
major0 force-pushed the fix/credit_int64_type branch from 28d743f to 935c860 Compare January 27, 2025 15:09
@major0
major0 force-pushed the fix/credit_int64_type branch from 935c860 to bdd3725 Compare April 10, 2026 19:05
@major0
major0 force-pushed the fix/credit_int64_type branch 2 times, most recently from 0168a50 to 84c3bbd Compare July 29, 2026 18:06
@major0 major0 changed the title fix: change Credit from int to int64 fix: widen User.Credit to int64 Jul 29, 2026
@major0
major0 force-pushed the fix/credit_int64_type branch from 84c3bbd to 669ef00 Compare July 31, 2026 13:44
The Credit field can hold values that exceed the range of a 32-bit int
on some platforms; widen it to int64 to avoid overflow.
@major0
major0 force-pushed the fix/credit_int64_type branch from 669ef00 to 1e3fced Compare August 11, 2026 15:17
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