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

Big numbers #10

Open
timparenti opened this issue Oct 5, 2019 · 0 comments
Open

Big numbers #10

timparenti opened this issue Oct 5, 2019 · 0 comments

Comments

@timparenti
Copy link
Member

timparenti commented Oct 5, 2019

@nwf just fixed an issue in 32b51a5 where the IoT devices would crash when presented with a score greater than or equal to 2^31. Now, the value just saturates at 2^31 – 1.

Similar situation around –(2^31). Allow for integers of greater magnitude.

See also cmukgb/ctfws-timer-android#21

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

No branches or pull requests

1 participant