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

#20 Fix integer overflow by using Long over Integer #21

Merged
merged 2 commits into from
May 4, 2023

Conversation

lpradel
Copy link
Owner

@lpradel lpradel commented Apr 28, 2023

Fixes #20 by using Long over Integer for all JSON Schema 'integer' types. This error could occur e.g. for 'value' field of 'Stat' class in GetUserStatsForGame API

Fixes #20 by using Long over Integer for all JSON Schema 'integer' types. This error could occur e.g. for 'value' field of 'Stat' class in GetUserStatsForGame API
@lpradel lpradel force-pushed the 20-stat-exceeds-integer-value branch from d9b3d9e to 7b9f2f8 Compare April 28, 2023 21:14
@lpradel lpradel force-pushed the 20-stat-exceeds-integer-value branch from 11eec54 to 660fb2e Compare May 4, 2023 07:39
@lpradel lpradel merged commit 771efbb into master May 4, 2023
1 check passed
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.

Stat exceeds integer value
1 participant